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

Unified Diff: chrome/browser/ui/webui/copresence_ui.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/webui/copresence_ui.cc
diff --git a/chrome/browser/ui/webui/copresence_ui.cc b/chrome/browser/ui/webui/copresence_ui.cc
index c71134ede93d201bed8e4615d783ad8fbb5117a8..9fb216626c20c620498c83089fea57a5344ab3b4 100644
--- a/chrome/browser/ui/webui/copresence_ui.cc
+++ b/chrome/browser/ui/webui/copresence_ui.cc
@@ -53,7 +53,7 @@ scoped_ptr<WebUIDataSource> CreateDataSource() {
data_source->AddResourcePath("copresence.js", IDR_COPRESENCE_JS);
data_source->SetDefaultResource(IDR_COPRESENCE_HTML);
- return data_source.Pass();
+ return data_source;
}
} // namespace
« no previous file with comments | « chrome/browser/ui/webui/browsing_history_handler.cc ('k') | chrome/browser/ui/webui/copresence_ui_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698