| Index: chrome/browser/history/history_service.h
|
| diff --git a/chrome/browser/history/history_service.h b/chrome/browser/history/history_service.h
|
| index b167f434dea9522e9189745874921ab7ad998fd6..05526e88675b107898938c11015c8ae111ac78ec 100644
|
| --- a/chrome/browser/history/history_service.h
|
| +++ b/chrome/browser/history/history_service.h
|
| @@ -25,7 +25,6 @@
|
| #include "chrome/browser/history/delete_directive_handler.h"
|
| #include "chrome/browser/history/typed_url_syncable_service.h"
|
| #include "components/favicon_base/favicon_callback.h"
|
| -#include "components/history/core/browser/history_client.h"
|
| #include "components/history/core/browser/keyword_id.h"
|
| #include "components/keyed_service/core/keyed_service.h"
|
| #include "components/visitedlink/browser/visitedlink_delegate.h"
|
| @@ -496,9 +495,6 @@ class HistoryService : public syncer::SyncableService,
|
| // history. We filter out some URLs such as JavaScript.
|
| static bool CanAddURL(const GURL& url);
|
|
|
| - // Returns the HistoryClient.
|
| - history::HistoryClient* history_client() { return history_client_; }
|
| -
|
| base::WeakPtr<HistoryService> AsWeakPtr();
|
|
|
| // syncer::SyncableService implementation.
|
|
|