// Copyright 2012 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_VISITSEGMENT_DATABASE_H_ #define COMPONENTS_HISTORY_CORE_BROWSER_VISITSEGMENT_DATABASE_H_ #include <memory> #include <string> #include "base/functional/callback_forward.h" #include "components/history/core/browser/history_types.h" namespace sql { class Database; } namespace history { class PageUsageData; // Tracks pages used for the most visited view. class VisitSegmentDatabase { … }; } // namespace history #endif // COMPONENTS_HISTORY_CORE_BROWSER_VISITSEGMENT_DATABASE_H_