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

Unified Diff: content/common/service_port_type_converters.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
« no previous file with comments | « content/common/sandbox_linux/sandbox_init_linux.cc ('k') | content/gpu/gpu_child_thread.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/service_port_type_converters.cc
diff --git a/content/common/service_port_type_converters.cc b/content/common/service_port_type_converters.cc
index b47b0cd97239fe7436703938b8631f241ce12f7d..c07a946a9721ef41adc907ce3fcae07235e3a312 100644
--- a/content/common/service_port_type_converters.cc
+++ b/content/common/service_port_type_converters.cc
@@ -26,7 +26,7 @@ TypeConverter<content::MojoTransferredMessagePortPtr,
content::MojoTransferredMessagePort::New());
output->id = input.id;
output->send_messages_as_values = input.send_messages_as_values;
- return output.Pass();
+ return output;
}
} // namespace mojo
« no previous file with comments | « content/common/sandbox_linux/sandbox_init_linux.cc ('k') | content/gpu/gpu_child_thread.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698