// 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. #ifndef COMPONENTS_HISTORY_CORE_BROWSER_HISTORY_CLIENT_H_ #define COMPONENTS_HISTORY_CORE_BROWSER_HISTORY_CLIENT_H_ #include <memory> #include "base/functional/callback_forward.h" #include "base/time/time.h" #include "sql/init_status.h" class GURL; namespace history { class HistoryBackendClient; class HistoryService; CanAddURLCallback; // This class abstracts operations that depend on the embedder's environment, // e.g. Chrome. class HistoryClient { … }; } // namespace history #endif // COMPONENTS_HISTORY_CORE_BROWSER_HISTORY_CLIENT_H_