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

Unified Diff: content/common/font_list_pango.cc

Issue 1544293002: Convert Pass()→std::move() in //content (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: content/common/font_list_pango.cc
diff --git a/content/common/font_list_pango.cc b/content/common/font_list_pango.cc
index 7a67b3cb67bf1e294922518b94ed45c2af9c00f5..15f21dc6654f14bd235a760ab4d9c632684062cf 100644
--- a/content/common/font_list_pango.cc
+++ b/content/common/font_list_pango.cc
@@ -37,7 +37,7 @@ scoped_ptr<base::ListValue> GetFontList_SlowBlocking() {
font_list->Append(font_item);
}
- return font_list.Pass();
+ return font_list;
}
} // namespace content
« no previous file with comments | « content/common/discardable_shared_memory_heap_unittest.cc ('k') | content/common/gpu/client/command_buffer_proxy_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698