blob: b634c7057c435436e7b853e44e3e55f1f9a9dc4d [file] [log] [blame]
// Copyright 2017 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.
#ifndef COMPONENTS_UKM_UKM_PREF_NAMES_H_
#define COMPONENTS_UKM_UKM_PREF_NAMES_H_
namespace ukm {
namespace prefs {
// Alphabetical list of preference names specific to the UKM
// component. Keep alphabetized, and document each in the .cc file.
extern const char kUkmClientId[];
extern const char kUkmUnsentLogStore[];
extern const char kUkmSessionId[];
} // namespace prefs
} // namespace ukm
#endif // COMPONENTS_UKM_UKM_PREF_NAMES_H_