Index: components/history/core/test/history_client_fake_bookmarks.h |
diff --git a/components/history/core/test/history_client_fake_bookmarks.h b/components/history/core/test/history_client_fake_bookmarks.h |
index f2e2192cb550ebf719d6db2a70ce1415efc34d99..286363f93d9df6068478c90bae38f37b823144db 100644 |
--- a/components/history/core/test/history_client_fake_bookmarks.h |
+++ b/components/history/core/test/history_client_fake_bookmarks.h |
@@ -34,7 +34,9 @@ class HistoryClientFakeBookmarks : public HistoryClient { |
void OnHistoryServiceCreated(HistoryService* history_service) override; |
void Shutdown() override; |
bool CanAddURL(const GURL& url) override; |
- void NotifyProfileError(sql::InitStatus init_status) override; |
+ void NotifyProfileError( |
+ sql::InitStatus init_status, |
+ const sql::DatabaseDiagnosticMap& diagnostics) override; |
std::unique_ptr<HistoryBackendClient> CreateBackendClient() override; |
private: |