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

Unified Diff: content/test/layouttest_support.cc

Issue 1477643002: Remove the TYPE_WITH_MOVE_CONSTRUCTOR_FOR_CPP_03 macro. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@basepass
Patch Set: type-with-move: no-media 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/test/layouttest_support.cc
diff --git a/content/test/layouttest_support.cc b/content/test/layouttest_support.cc
index b33a505c83f6db0d1cb69dd8caf21cbc03ab46e0..68869aca3b199f4ade5338c4cacf7fc3323173e1 100644
--- a/content/test/layouttest_support.cc
+++ b/content/test/layouttest_support.cc
@@ -362,7 +362,7 @@ void SetBluetoothAdapter(int render_process_id,
render_process_host_impl->GetBluetoothDispatcherHost();
if (dispatcher_host != NULL)
- dispatcher_host->SetBluetoothAdapterForTesting(adapter.Pass());
+ dispatcher_host->SetBluetoothAdapterForTesting(std::move(adapter));
}
void SetGeofencingMockProvider(bool service_available) {
« no previous file with comments | « content/shell/browser/layout_test/layout_test_bluetooth_adapter_provider.cc ('k') | ios/net/http_response_headers_util.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698