| 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) {
|
|
|