| Index: chrome/browser/sync_file_system/drive_backend/drive_service_on_worker.cc
|
| diff --git a/chrome/browser/sync_file_system/drive_backend/drive_service_on_worker.cc b/chrome/browser/sync_file_system/drive_backend/drive_service_on_worker.cc
|
| index 7dc6f283812bc660053fcd475155ee1c25f6f673..837ee31a1238ce78e704b359631dc17c710cae49 100644
|
| --- a/chrome/browser/sync_file_system/drive_backend/drive_service_on_worker.cc
|
| +++ b/chrome/browser/sync_file_system/drive_backend/drive_service_on_worker.cc
|
| @@ -400,10 +400,10 @@ google_apis::CancelCallback DriveServiceOnWorker::MultipartUploadExistingFile(
|
| return google_apis::CancelCallback();
|
| }
|
|
|
| -scoped_ptr<drive::BatchRequestConfiguratorInterface>
|
| +std::unique_ptr<drive::BatchRequestConfiguratorInterface>
|
| DriveServiceOnWorker::StartBatchRequest() {
|
| NOTREACHED();
|
| - return scoped_ptr<drive::BatchRequestConfiguratorInterface>();
|
| + return std::unique_ptr<drive::BatchRequestConfiguratorInterface>();
|
| }
|
|
|
| google_apis::CancelCallback DriveServiceOnWorker::AuthorizeApp(
|
|
|