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 e4cb09fda6be305ff138bbe8586a64fc12e7e32f..f311b2f2e13c69f12b24f0a2f90c6975bf1ddd4a 100644 |
--- a/sync/internal_api/public/test/fake_sync_manager.h |
+++ b/sync/internal_api/public/test/fake_sync_manager.h |
@@ -92,7 +92,8 @@ class FakeSyncManager : public SyncManager { |
Encryptor* encryptor, |
UnrecoverableErrorHandler* unrecoverable_error_handler, |
ReportUnrecoverableErrorFunction |
- report_unrecoverable_error_function) OVERRIDE; |
+ report_unrecoverable_error_function, |
+ bool use_oauth2_token) OVERRIDE; |
virtual void ThrowUnrecoverableError() OVERRIDE; |
virtual ModelTypeSet InitialSyncEndedTypes() OVERRIDE; |
virtual ModelTypeSet GetTypesWithEmptyProgressMarkerToken( |