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

Unified Diff: chrome/browser/ui/webui/browsing_history_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
Index: chrome/browser/ui/webui/browsing_history_handler.cc
diff --git a/chrome/browser/ui/webui/browsing_history_handler.cc b/chrome/browser/ui/webui/browsing_history_handler.cc
index 2ca90cc260541733da995dd4b1ec25006b6a1852..253a80c9c3bf387f31b7113114667d628aeb2f55 100644
--- a/chrome/browser/ui/webui/browsing_history_handler.cc
+++ b/chrome/browser/ui/webui/browsing_history_handler.cc
@@ -273,7 +273,7 @@ scoped_ptr<base::DictionaryValue> BrowsingHistoryHandler::HistoryEntry::ToValue(
}
#endif
- return result.Pass();
+ return result;
}
bool BrowsingHistoryHandler::HistoryEntry::SortByTimeDescending(
« no previous file with comments | « chrome/browser/ui/views/translate/translate_bubble_view_unittest.cc ('k') | chrome/browser/ui/webui/copresence_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698