| Index: chrome/browser/sync_file_system/drive_backend/drive_service_on_worker.h
|
| diff --git a/chrome/browser/sync_file_system/drive_backend/drive_service_on_worker.h b/chrome/browser/sync_file_system/drive_backend/drive_service_on_worker.h
|
| index 82f988a20fbd9a632e18711efe6189f4520dba21..66b8a9eea604f266e3b68475f7b7eb2fdc597307 100644
|
| --- a/chrome/browser/sync_file_system/drive_backend/drive_service_on_worker.h
|
| +++ b/chrome/browser/sync_file_system/drive_backend/drive_service_on_worker.h
|
| @@ -54,11 +54,11 @@ class DriveServiceOnWorker : public drive::DriveServiceInterface {
|
|
|
| virtual google_apis::CancelCallback GetChangeList(
|
| int64 start_changestamp,
|
| - const google_apis::GetResourceListCallback& callback) OVERRIDE;
|
| + const google_apis::ChangeListCallback& callback) OVERRIDE;
|
|
|
| virtual google_apis::CancelCallback GetRemainingChangeList(
|
| const GURL& next_link,
|
| - const google_apis::GetResourceListCallback& callback) OVERRIDE;
|
| + const google_apis::ChangeListCallback& callback) OVERRIDE;
|
|
|
| virtual std::string GetRootResourceId() const OVERRIDE;
|
|
|
|
|