| Index: chrome/browser/history/history_service.h
|
| diff --git a/chrome/browser/history/history_service.h b/chrome/browser/history/history_service.h
|
| index 50963ac7dcbfbec4e85e3eb69f15f97a6a13ef0c..8b2b4b01368861db6b72f42e16822d128e2537a8 100644
|
| --- a/chrome/browser/history/history_service.h
|
| +++ b/chrome/browser/history/history_service.h
|
| @@ -27,7 +27,6 @@
|
| #include "chrome/browser/history/typed_url_syncable_service.h"
|
| #include "components/favicon_base/favicon_callback.h"
|
| #include "components/favicon_base/favicon_usage_data.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"
|
| @@ -503,9 +502,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.
|
|
|