| Index: extensions/browser/api/bluetooth_socket/bluetooth_socket_event_dispatcher.h
|
| diff --git a/extensions/browser/api/bluetooth_socket/bluetooth_socket_event_dispatcher.h b/extensions/browser/api/bluetooth_socket/bluetooth_socket_event_dispatcher.h
|
| index bc7b4bdab6b65de37151a11c0ea0d8ce4f5c33bb..e64336b3b5820fd40ca353996a298389befab9d1 100644
|
| --- a/extensions/browser/api/bluetooth_socket/bluetooth_socket_event_dispatcher.h
|
| +++ b/extensions/browser/api/bluetooth_socket/bluetooth_socket_event_dispatcher.h
|
| @@ -24,7 +24,7 @@ class BluetoothApiSocket;
|
| }
|
|
|
| namespace extensions {
|
| -namespace core_api {
|
| +namespace api {
|
|
|
| // Dispatch events related to "bluetooth" sockets from callback on native socket
|
| // instances. There is one instance per browser context.
|
| @@ -113,7 +113,7 @@ class BluetoothSocketEventDispatcher
|
| scoped_refptr<SocketData> sockets_;
|
| };
|
|
|
| -} // namespace core_api
|
| +} // namespace api
|
| } // namespace extensions
|
|
|
| #endif // EXTENSIONS_BROWSER_API_BLUETOOTH_SOCKET_BLUETOOTH_SOCKET_EVENT_DISPATCHER_H_
|
|
|