| Index: sync/internal_api/sync_manager_impl.h
|
| diff --git a/sync/internal_api/sync_manager_impl.h b/sync/internal_api/sync_manager_impl.h
|
| index a21b6e81515981d3ca0f6297070d4b06b6ee2433..a078e6a5ed2b62de979d2e42cee045ffdfb2b304 100644
|
| --- a/sync/internal_api/sync_manager_impl.h
|
| +++ b/sync/internal_api/sync_manager_impl.h
|
| @@ -82,7 +82,8 @@ class SYNC_EXPORT_PRIVATE SyncManagerImpl :
|
| 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(
|
|
|