Index: components/sync_driver/glue/sync_backend_host_mock.h |
diff --git a/components/sync_driver/glue/sync_backend_host_mock.h b/components/sync_driver/glue/sync_backend_host_mock.h |
index 4b7a52f925d22d84b6c646d516c9692f17e35dc8..b2b1bfaaa8f4567468c65ccd144208f97820efb7 100644 |
--- a/components/sync_driver/glue/sync_backend_host_mock.h |
+++ b/components/sync_driver/glue/sync_backend_host_mock.h |
@@ -121,7 +121,7 @@ class SyncBackendHostMock : public SyncBackendHost { |
void ClearServerData( |
const syncer::SyncManager::ClearServerDataCallback& callback) override; |
- void OnCookieJarChanged(bool account_mismatch) override; |
+ void OnCookieJarChanged(bool account_mismatch, bool empty_jar) override; |
void set_fail_initial_download(bool should_fail); |