| 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 12d6afc9e81e15eab355c1c6af684103cbb36bc6..afc611647c6cf9f822986ede0a29d5ee0c32451f 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
|
| @@ -175,7 +175,7 @@ class DriveServiceOnWorker : public drive::DriveServiceInterface {
|
| const drive::UploadExistingFileOptions& options,
|
| const google_apis::FileResourceCallback& callback,
|
| const google_apis::ProgressCallback& progress_callback) override;
|
| - scoped_ptr<drive::BatchRequestConfiguratorInterface> StartBatchRequest()
|
| + std::unique_ptr<drive::BatchRequestConfiguratorInterface> StartBatchRequest()
|
| override;
|
| google_apis::CancelCallback AuthorizeApp(
|
| const std::string& resource_id,
|
|
|