Index: extensions/browser/api/system_network/system_network_api.h |
diff --git a/extensions/browser/api/system_network/system_network_api.h b/extensions/browser/api/system_network/system_network_api.h |
index f1f8782cab55cbb5a4103e57b15d2f09eeb9c8fa..f0025a6bf21752296399336a01b8208484840be8 100644 |
--- a/extensions/browser/api/system_network/system_network_api.h |
+++ b/extensions/browser/api/system_network/system_network_api.h |
@@ -10,7 +10,7 @@ |
#include "net/base/net_util.h" |
namespace extensions { |
-namespace core_api { |
+namespace api { |
class SystemNetworkGetNetworkInterfacesFunction |
: public AsyncExtensionFunction { |
@@ -32,7 +32,7 @@ class SystemNetworkGetNetworkInterfacesFunction |
void SendResponseOnUIThread(const net::NetworkInterfaceList& interface_list); |
}; |
-} // namespace core_api |
+} // namespace api |
} // namespace extensions |
#endif // EXTENSIONS_BROWSER_API_SYSTEM_NETWORK_SYSTEM_NETWORK_API_H_ |