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 e0c9b811865d297c0785129bb252e068f57b4a42..7cff1732c1b068112c2f3bb78331a14745134f62 100644 |
--- a/extensions/browser/api/api_resource_manager.h |
+++ b/extensions/browser/api/api_resource_manager.h |
@@ -27,10 +27,10 @@ namespace extensions { |
namespace api { |
class BluetoothSocketApiFunction; |
class BluetoothSocketEventDispatcher; |
-class SerialEventDispatcher; |
} |
namespace core_api { |
+class SerialEventDispatcher; |
class TCPServerSocketEventDispatcher; |
class TCPSocketEventDispatcher; |
class UDPSocketEventDispatcher; |
@@ -157,7 +157,7 @@ class ApiResourceManager : public BrowserContextKeyedAPI, |
friend class BluetoothAPI; |
friend class api::BluetoothSocketApiFunction; |
friend class api::BluetoothSocketEventDispatcher; |
- friend class api::SerialEventDispatcher; |
+ friend class core_api::SerialEventDispatcher; |
friend class core_api::TCPServerSocketEventDispatcher; |
friend class core_api::TCPSocketEventDispatcher; |
friend class core_api::UDPSocketEventDispatcher; |