// 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 COMPONENTS_HISTORY_CORE_BROWSER_HISTORY_DATABASE_PARAMS_H_ #define COMPONENTS_HISTORY_CORE_BROWSER_HISTORY_DATABASE_PARAMS_H_ #include "base/files/file_path.h" #include "components/history/core/browser/download_types.h" #include "components/version_info/channel.h" namespace history { // HistoryDatabaseParams store parameters for HistoryDatabase constructor and // Init methods so that they can be easily passed around between HistoryService // and HistoryBackend. struct HistoryDatabaseParams { … }; } // namespace history #endif // COMPONENTS_HISTORY_CORE_BROWSER_HISTORY_DATABASE_PARAMS_H_