| Index: chrome/browser/sync_file_system/drive_backend/sync_worker_interface.h
|
| diff --git a/chrome/browser/sync_file_system/drive_backend/sync_worker_interface.h b/chrome/browser/sync_file_system/drive_backend/sync_worker_interface.h
|
| index 2108fefdb6a6aee0e29cdbcac180b4a7b1381a17..a8829bd35ffaccc5395c4aecb641ec41a65dd306 100644
|
| --- a/chrome/browser/sync_file_system/drive_backend/sync_worker_interface.h
|
| +++ b/chrome/browser/sync_file_system/drive_backend/sync_worker_interface.h
|
| @@ -80,7 +80,7 @@ class SyncWorkerInterface {
|
| virtual void OnNotificationReceived() = 0;
|
|
|
| // See drive::DriveServiceObserver for the details.
|
| - virtual void OnReadyToSendRequests(const std::string& account_id) = 0;
|
| + virtual void OnReadyToSendRequests() = 0;
|
| virtual void OnRefreshTokenInvalid() = 0;
|
|
|
| // See net::NetworkChangeNotifier::NetworkChangeObserver for the details.
|
|
|