Index: extensions/browser/api/sockets_udp/udp_socket_event_dispatcher.cc |
diff --git a/extensions/browser/api/sockets_udp/udp_socket_event_dispatcher.cc b/extensions/browser/api/sockets_udp/udp_socket_event_dispatcher.cc |
index 87e7bc27c4695f0fd74938c32b98030cf47975c2..80502bad0509bab17cd6f487b027d53a4cc6d454 100644 |
--- a/extensions/browser/api/sockets_udp/udp_socket_event_dispatcher.cc |
+++ b/extensions/browser/api/sockets_udp/udp_socket_event_dispatcher.cc |
@@ -11,7 +11,7 @@ |
#include "net/base/net_errors.h" |
namespace extensions { |
-namespace core_api { |
+namespace api { |
using content::BrowserThread; |
@@ -179,5 +179,5 @@ void UDPSocketEventDispatcher::DispatchEvent(void* browser_context_id, |
router->DispatchEventToExtension(extension_id, event.Pass()); |
} |
-} // namespace core_api |
+} // namespace api |
} // namespace extensions |