chromium/third_party/catapult/tracing/tracing/value/diagnostics/reserved_infos.h

// Copyright 2019 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

// Keep any values in here in sync with reserved_infos.py.
namespace catapult {

extern const char kStoriesDiagnostic[];

}