| Index: sync/internal_api/test/fake_sync_manager.cc
|
| diff --git a/sync/internal_api/test/fake_sync_manager.cc b/sync/internal_api/test/fake_sync_manager.cc
|
| index c9a742d5ae372c062b0fae24309d99e91fe6deda..696746d33f6b637e31b5b4fb7be781d28ca833c3 100644
|
| --- a/sync/internal_api/test/fake_sync_manager.cc
|
| +++ b/sync/internal_api/test/fake_sync_manager.cc
|
| @@ -84,7 +84,7 @@ void FakeSyncManager::DisableNotifications(
|
| }
|
| }
|
|
|
| -bool FakeSyncManager::Init(
|
| +void FakeSyncManager::Init(
|
| const FilePath& database_location,
|
| const WeakHandle<JsEventHandler>& event_handler,
|
| const std::string& sync_server_and_path,
|
| @@ -111,7 +111,6 @@ bool FakeSyncManager::Init(
|
| OnInitializationComplete(
|
| syncer::WeakHandle<syncer::JsBackend>(),
|
| true, initial_sync_ended_types_));
|
| - return true;
|
| }
|
|
|
| void FakeSyncManager::ThrowUnrecoverableError() {
|
|
|