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

#ifndef SERVICES_PREFERENCES_PUBLIC_CPP_TRACKED_PREF_NAMES_H_
#define SERVICES_PREFERENCES_PUBLIC_CPP_TRACKED_PREF_NAMES_H_

namespace user_prefs {

extern const char kPreferenceResetTime[];
extern const char kTrackedPreferencesReset[];

extern const char kScheduleToFlushToDisk[];
}  // namespace user_prefs

#endif  // SERVICES_PREFERENCES_PUBLIC_CPP_TRACKED_PREF_NAMES_H_
