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

Unified Diff: google_apis/drive/files_list_request_runner.cc

Issue 1873663002: Convert //google_apis 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: google_apis/drive/files_list_request_runner.cc
diff --git a/google_apis/drive/files_list_request_runner.cc b/google_apis/drive/files_list_request_runner.cc
index 0de92ab2df3514d8c75727813bd632257af064c6..1872eea8f84142987feceba0ca27da46a3336f53 100644
--- a/google_apis/drive/files_list_request_runner.cc
+++ b/google_apis/drive/files_list_request_runner.cc
@@ -63,7 +63,7 @@ void FilesListRequestRunner::OnCompleted(int max_results,
const FileListCallback& callback,
CancelCallback* cancel_callback,
DriveApiErrorCode error,
- scoped_ptr<FileList> entry) {
+ std::unique_ptr<FileList> entry) {
if (!request_completed_callback_for_testing_.is_null())
request_completed_callback_for_testing_.Run();

Powered by Google App Engine
This is Rietveld 408576698