Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(14)

Unified Diff: extensions/browser/api/system_network/system_network_api.h

Issue 1226353004: Generate all extension schema namespaces as "api" and instead vary the generated bundle names. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_

Powered by Google App Engine
This is Rietveld 408576698