| Index: chrome/browser/sync_file_system/drive_backend/sync_worker.h
|
| diff --git a/chrome/browser/sync_file_system/drive_backend/sync_worker.h b/chrome/browser/sync_file_system/drive_backend/sync_worker.h
|
| index d0e210f8880ee956a3d8c83978a75dd2d033f40a..333768c9ea95b5e86abfbf9d01a671e6e3f2a0bb 100644
|
| --- a/chrome/browser/sync_file_system/drive_backend/sync_worker.h
|
| +++ b/chrome/browser/sync_file_system/drive_backend/sync_worker.h
|
| @@ -125,7 +125,7 @@ class SyncWorker : public SyncWorkerInterface,
|
|
|
| virtual void OnNotificationReceived() OVERRIDE;
|
|
|
| - virtual void OnReadyToSendRequests(const std::string& account_id) OVERRIDE;
|
| + virtual void OnReadyToSendRequests() OVERRIDE;
|
| virtual void OnRefreshTokenInvalid() OVERRIDE;
|
|
|
| virtual void OnNetworkChanged(
|
|
|