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

Unified Diff: chrome/browser/ui/ash/multi_user/multi_user_context_menu.cc

Issue 1550053002: 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
Index: chrome/browser/ui/ash/multi_user/multi_user_context_menu.cc
diff --git a/chrome/browser/ui/ash/multi_user/multi_user_context_menu.cc b/chrome/browser/ui/ash/multi_user/multi_user_context_menu.cc
index 9280a1f2f0f16e2d094ae536829b9e4b1efb1972..2c41f3a6d9c55c5737c27f0f776cea07016be046 100644
--- a/chrome/browser/ui/ash/multi_user/multi_user_context_menu.cc
+++ b/chrome/browser/ui/ash/multi_user/multi_user_context_menu.cc
@@ -8,7 +8,7 @@
scoped_ptr<ui::MenuModel> CreateMultiUserContextMenu(aura::Window* window) {
scoped_ptr<ui::MenuModel> menu_model;
- return menu_model.Pass();
+ return menu_model;
}
void ExecuteVisitDesktopCommand(int command_id, aura::Window* window) {}

Powered by Google App Engine
This is Rietveld 408576698