Index: chrome/browser/extensions/api/sockets_udp/udp_socket_event_dispatcher.h |
diff --git a/chrome/browser/extensions/api/sockets_udp/udp_socket_event_dispatcher.h b/chrome/browser/extensions/api/sockets_udp/udp_socket_event_dispatcher.h |
index 996ffb1744d44023b399fbcdfaebd45ce102565e..d49b08c6ef778a792e3fb42fd7cdc5c42c571910 100644 |
--- a/chrome/browser/extensions/api/sockets_udp/udp_socket_event_dispatcher.h |
+++ b/chrome/browser/extensions/api/sockets_udp/udp_socket_event_dispatcher.h |
@@ -5,8 +5,8 @@ |
#ifndef CHROME_BROWSER_EXTENSIONS_API_SOCKETS_UDP_UDP_SOCKET_EVENT_DISPATCHER_H_ |
#define CHROME_BROWSER_EXTENSIONS_API_SOCKETS_UDP_UDP_SOCKET_EVENT_DISPATCHER_H_ |
-#include "chrome/browser/extensions/api/api_resource_manager.h" |
#include "chrome/browser/extensions/api/sockets_udp/sockets_udp_api.h" |
+#include "extensions/browser/api/api_resource_manager.h" |
namespace content { |
class BrowserContext; |
@@ -46,9 +46,7 @@ class UDPSocketEventDispatcher |
typedef ApiResourceManager<ResumableUDPSocket>::ApiResourceData SocketData; |
friend class BrowserContextKeyedAPIFactory<UDPSocketEventDispatcher>; |
// BrowserContextKeyedAPI implementation. |
- static const char* service_name() { |
- return "UDPSocketEventDispatcher"; |
- } |
+ static const char* service_name() { return "UDPSocketEventDispatcher"; } |
static const bool kServiceHasOwnInstanceInIncognito = true; |
static const bool kServiceIsNULLWhileTesting = true; |