Index: sync/internal_api/public/test/fake_sync_manager.h |
diff --git a/sync/internal_api/public/test/fake_sync_manager.h b/sync/internal_api/public/test/fake_sync_manager.h |
index cbc8b56e8863c850936625fc0ce0b54fa8ab573d..12f3f70edea4f62e5d23027c499b05640d992516 100644 |
--- a/sync/internal_api/public/test/fake_sync_manager.h |
+++ b/sync/internal_api/public/test/fake_sync_manager.h |
@@ -66,7 +66,7 @@ class FakeSyncManager : public SyncManager { |
// SyncManager implementation. |
// Note: we treat whatever message loop this is called from as the sync |
// loop for purposes of callbacks. |
- virtual bool Init( |
+ virtual void Init( |
const FilePath& database_location, |
const WeakHandle<JsEventHandler>& event_handler, |
const std::string& sync_server_and_path, |