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

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

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.h
diff --git a/content/shell/browser/layout_test/layout_test_bluetooth_fake_adapter_setter_impl.h b/content/shell/browser/layout_test/layout_test_bluetooth_fake_adapter_setter_impl.h
index 978ea301928dad270c49f5a3aef3193736807a31..b3fcb09f634ae5a11f232ccba0892413d32b2643 100644
--- a/content/shell/browser/layout_test/layout_test_bluetooth_fake_adapter_setter_impl.h
+++ b/content/shell/browser/layout_test/layout_test_bluetooth_fake_adapter_setter_impl.h
@@ -23,7 +23,7 @@ class LayoutTestBluetoothFakeAdapterSetterImpl
mojom::LayoutTestBluetoothFakeAdapterSetterRequest request);
~LayoutTestBluetoothFakeAdapterSetterImpl() override;
- void Set(const mojo::String& adapter_name,
+ void Set(const std::string& adapter_name,
const SetCallback& callback) override;
mojo::StrongBinding<LayoutTestBluetoothFakeAdapterSetter> binding_;
« no previous file with comments | « content/shell/BUILD.gn ('k') | content/shell/browser/layout_test/layout_test_bluetooth_fake_adapter_setter_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698