Index: extensions/browser/api/api_resource_manager.h |
diff --git a/extensions/browser/api/api_resource_manager.h b/extensions/browser/api/api_resource_manager.h |
index 0eaf36d73bb177653e8ec69f8544fdf3fe08bdf9..e8b5d3340c7a8648b2d5cf7054c8d3d5a50adec2 100644 |
--- a/extensions/browser/api/api_resource_manager.h |
+++ b/extensions/browser/api/api_resource_manager.h |
@@ -27,12 +27,9 @@ |
namespace extensions { |
-namespace api { |
+namespace core_api { |
class BluetoothSocketApiFunction; |
class BluetoothSocketEventDispatcher; |
-} |
- |
-namespace core_api { |
class SerialEventDispatcher; |
class TCPServerSocketEventDispatcher; |
class TCPSocketEventDispatcher; |
@@ -204,8 +201,8 @@ class ApiResourceManager : public BrowserContextKeyedAPI, |
// TODO(rockot): ApiResourceData could be moved out of ApiResourceManager and |
// we could avoid maintaining a friends list here. |
friend class BluetoothAPI; |
- friend class api::BluetoothSocketApiFunction; |
- friend class api::BluetoothSocketEventDispatcher; |
+ friend class core_api::BluetoothSocketApiFunction; |
+ friend class core_api::BluetoothSocketEventDispatcher; |
friend class core_api::SerialEventDispatcher; |
friend class core_api::TCPServerSocketEventDispatcher; |
friend class core_api::TCPSocketEventDispatcher; |