blob: 0c7f7e9a81077f9f4c756d19ab378b2c63dfdfbb [file] [log] [blame]
// Copyright 2018 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.
// Constants for the names of various preferences, for easier changing.
#ifndef COMPONENTS_HISTORY_CORE_COMMON_PREF_NAMES_H_
#define COMPONENTS_HISTORY_CORE_COMMON_PREF_NAMES_H_
#include <stddef.h>
namespace prefs {
extern const char kSavingBrowserHistoryDisabled[];
} // namespace prefs
#endif // COMPONENTS_HISTORY_CORE_COMMON_PREF_NAMES_H_