Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1952)

Unified Diff: chrome/browser/sync_file_system/drive_backend/drive_service_on_worker.h

Issue 1873683002: Convert //chrome/browser/sync_file_system from scoped_ptr to std::unique_ptr (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698