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

Unified Diff: chrome/browser/sync_file_system/drive_backend/callback_tracker_internal.cc

Issue 1545283002: Convert Pass()→std::move() in //chrome/browser/ui (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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
« no previous file with comments | « no previous file | chrome/browser/sync_file_system/drive_backend/conflict_resolver.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync_file_system/drive_backend/callback_tracker_internal.cc
diff --git a/chrome/browser/sync_file_system/drive_backend/callback_tracker_internal.cc b/chrome/browser/sync_file_system/drive_backend/callback_tracker_internal.cc
index 96276a991235347213b9d9ab25243675e8db238a..09ef3403d0c8e9aba770c66aff357f31dad1f9ea 100644
--- a/chrome/browser/sync_file_system/drive_backend/callback_tracker_internal.cc
+++ b/chrome/browser/sync_file_system/drive_backend/callback_tracker_internal.cc
@@ -28,7 +28,7 @@ scoped_ptr<AbortHelper> AbortHelper::TakeOwnership(
scoped_ptr<AbortHelper> result =
abort_helper->tracker_->PassAbortHelper(abort_helper.get());
abort_helper->weak_ptr_factory_.InvalidateWeakPtrs();
- return result.Pass();
+ return result;
}
} // namespace internal
« no previous file with comments | « no previous file | chrome/browser/sync_file_system/drive_backend/conflict_resolver.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698