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

Unified Diff: chrome/browser/ui/webui/copresence_ui_handler.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
« no previous file with comments | « chrome/browser/ui/webui/copresence_ui.cc ('k') | chrome/browser/ui/webui/engagement/site_engagement_ui.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/copresence_ui_handler.cc
diff --git a/chrome/browser/ui/webui/copresence_ui_handler.cc b/chrome/browser/ui/webui/copresence_ui_handler.cc
index 72da86bbae3a90461db32c7027025c1b8ebd6049..9bacd39e2166fbed9a2bc4c9b605b9c73a329cae 100644
--- a/chrome/browser/ui/webui/copresence_ui_handler.cc
+++ b/chrome/browser/ui/webui/copresence_ui_handler.cc
@@ -98,7 +98,7 @@ scoped_ptr<DictionaryValue> FormatToken(const T& token) {
js_token->SetString("time",
base::TimeFormatTimeOfDay(token.start_time));
- return js_token.Pass();
+ return js_token;
}
// Retrieve the CopresenceService, if any.
« no previous file with comments | « chrome/browser/ui/webui/copresence_ui.cc ('k') | chrome/browser/ui/webui/engagement/site_engagement_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698