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

Unified Diff: content/renderer/bluetooth/web_bluetooth_impl.cc

Issue 2420253002: Rename shell namespace to service_manager (Closed)
Patch Set: . Created 4 years, 2 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
« no previous file with comments | « content/renderer/bluetooth/web_bluetooth_impl.h ('k') | content/renderer/media/media_interface_provider.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/bluetooth/web_bluetooth_impl.cc
diff --git a/content/renderer/bluetooth/web_bluetooth_impl.cc b/content/renderer/bluetooth/web_bluetooth_impl.cc
index 73caf695056bf370c59ca1e9655a6972a5d584fa..5960a65f6487c2ffd68410a3df02043cf569157a 100644
--- a/content/renderer/bluetooth/web_bluetooth_impl.cc
+++ b/content/renderer/bluetooth/web_bluetooth_impl.cc
@@ -36,7 +36,8 @@ int32_t ToInt32(blink::mojom::WebBluetoothResult result) {
} // namespace
-WebBluetoothImpl::WebBluetoothImpl(shell::InterfaceProvider* remote_interfaces)
+WebBluetoothImpl::WebBluetoothImpl(
+ service_manager::InterfaceProvider* remote_interfaces)
: remote_interfaces_(remote_interfaces), binding_(this) {}
WebBluetoothImpl::~WebBluetoothImpl() {
« no previous file with comments | « content/renderer/bluetooth/web_bluetooth_impl.h ('k') | content/renderer/media/media_interface_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698