| Index: components/sync_driver/glue/sync_backend_host_mock.cc
|
| diff --git a/components/sync_driver/glue/sync_backend_host_mock.cc b/components/sync_driver/glue/sync_backend_host_mock.cc
|
| index a5028c026cb7c8cf0528c5d0c3d7ec4a00bf135f..cdfd71c917ecf11784171f2caa56f62223691539 100644
|
| --- a/components/sync_driver/glue/sync_backend_host_mock.cc
|
| +++ b/components/sync_driver/glue/sync_backend_host_mock.cc
|
| @@ -154,6 +154,7 @@ void SyncBackendHostMock::ClearServerData(
|
| callback.Run();
|
| }
|
|
|
| -void SyncBackendHostMock::OnCookieJarChanged(bool account_mismatch) {}
|
| +void SyncBackendHostMock::OnCookieJarChanged(bool account_mismatch,
|
| + bool empty_jar) {}
|
|
|
| } // namespace browser_sync
|
|
|