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

Unified Diff: content/shell/browser/layout_test/layout_test_bluetooth_fake_adapter_setter_impl.cc

Issue 2185703003: Switch on use_new_wrapper_types mode for content/shell and content/test. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 months 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/shell/browser/layout_test/layout_test_bluetooth_fake_adapter_setter_impl.cc
diff --git a/content/shell/browser/layout_test/layout_test_bluetooth_fake_adapter_setter_impl.cc b/content/shell/browser/layout_test/layout_test_bluetooth_fake_adapter_setter_impl.cc
index 8e8c65bb0684df2391f4c91167aa315e6a9bfc2f..8713514fb84cb1d0a16998fb188a6ae07c412464 100644
--- a/content/shell/browser/layout_test/layout_test_bluetooth_fake_adapter_setter_impl.cc
+++ b/content/shell/browser/layout_test/layout_test_bluetooth_fake_adapter_setter_impl.cc
@@ -27,9 +27,8 @@ LayoutTestBluetoothFakeAdapterSetterImpl::
~LayoutTestBluetoothFakeAdapterSetterImpl() {}
void LayoutTestBluetoothFakeAdapterSetterImpl::Set(
- const mojo::String& adapter_name,
+ const std::string& adapter_name,
const SetCallback& callback) {
-
SetTestBluetoothScanDuration();
device::BluetoothAdapterFactoryWrapper::Get().SetBluetoothAdapterForTesting(
« no previous file with comments | « content/shell/browser/layout_test/layout_test_bluetooth_fake_adapter_setter_impl.h ('k') | content/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698