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

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

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/public/utility/content_utility_client.h ('k') | content/renderer/bluetooth/web_bluetooth_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/bluetooth/web_bluetooth_impl.h
diff --git a/content/renderer/bluetooth/web_bluetooth_impl.h b/content/renderer/bluetooth/web_bluetooth_impl.h
index 58696d70e441992d0fb68aa075db9c16cb85a99c..2436f55ec4eb1662dec2b573fd29eab90b353058 100644
--- a/content/renderer/bluetooth/web_bluetooth_impl.h
+++ b/content/renderer/bluetooth/web_bluetooth_impl.h
@@ -26,7 +26,7 @@ namespace blink {
class WebBluetoothRemoteGATTCharacteristic;
}
-namespace shell {
+namespace service_manager {
class InterfaceProvider;
}
@@ -41,7 +41,7 @@ class CONTENT_EXPORT WebBluetoothImpl
: NON_EXPORTED_BASE(public blink::mojom::WebBluetoothServiceClient),
NON_EXPORTED_BASE(public blink::WebBluetooth) {
public:
- WebBluetoothImpl(shell::InterfaceProvider* remote_interfaces);
+ WebBluetoothImpl(service_manager::InterfaceProvider* remote_interfaces);
~WebBluetoothImpl() override;
// blink::WebBluetooth interface:
@@ -130,7 +130,7 @@ class CONTENT_EXPORT WebBluetoothImpl
const std::vector<uint8_t>& value);
blink::mojom::WebBluetoothService& GetWebBluetoothService();
- shell::InterfaceProvider* const remote_interfaces_;
+ service_manager::InterfaceProvider* const remote_interfaces_;
blink::mojom::WebBluetoothServicePtr web_bluetooth_service_;
// Map of characteristic_instance_ids to
« no previous file with comments | « content/public/utility/content_utility_client.h ('k') | content/renderer/bluetooth/web_bluetooth_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698