summaryrefslogtreecommitdiffstats
path: root/components/bookmarks/browser/bookmark_client.h
diff options
context:
space:
mode:
Diffstat (limited to 'components/bookmarks/browser/bookmark_client.h')
-rw-r--r--components/bookmarks/browser/bookmark_client.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/components/bookmarks/browser/bookmark_client.h b/components/bookmarks/browser/bookmark_client.h
index fa0dc63..9a4d663 100644
--- a/components/bookmarks/browser/bookmark_client.h
+++ b/components/bookmarks/browser/bookmark_client.h
@@ -13,6 +13,7 @@
#include "base/task/cancelable_task_tracker.h"
#include "components/bookmarks/browser/bookmark_storage.h"
#include "components/favicon_base/favicon_callback.h"
+#include "components/keyed_service/core/keyed_service.h"
class BookmarkNode;
class BookmarkPermanentNode;
@@ -24,7 +25,7 @@ struct UserMetricsAction;
// This class abstracts operations that depends on the embedder's environment,
// e.g. Chrome.
-class BookmarkClient {
+class BookmarkClient : public KeyedService {
public:
// Types representing a set of BookmarkNode and a mapping from BookmarkNode
// to the number of time the corresponding URL has been typed by the user in