Index: components/history/core/test/history_client_fake_bookmarks.cc |
diff --git a/components/history/core/test/history_client_fake_bookmarks.cc b/components/history/core/test/history_client_fake_bookmarks.cc |
index 687444299761f9383c0fcc76b3773dc469ab6bae..33056ccc1449623bef279250c115dcd78cecdc9d 100644 |
--- a/components/history/core/test/history_client_fake_bookmarks.cc |
+++ b/components/history/core/test/history_client_fake_bookmarks.cc |
@@ -159,6 +159,9 @@ bool HistoryClientFakeBookmarks::IsBookmarked(const GURL& url) { |
return bookmarks_->IsBookmarked(url); |
} |
+void HistoryClientFakeBookmarks::Init(HistoryService* history_service) { |
+} |
+ |
void HistoryClientFakeBookmarks::Shutdown() { |
} |