// Copyright 2017 The Chromium Authors // 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_