// Copyright 2014 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "components/history/core/browser/history_constants.h" #include "base/files/file_path.h" namespace history { // filenames const base::FilePath::CharType kFaviconsFilename[] = …); const base::FilePath::CharType kHistoryFilename[] = …); const base::FilePath::CharType kTopSitesFilename[] = …); const int kMaxTitleChanges = …; base::TimeDelta GetTitleSettingWindow() { … } } // namespace history