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

Unified Diff: extensions/common/api/sockets/sockets_manifest_permission.cc

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
« no previous file with comments | « extensions/common/api/schemas.gypi ('k') | extensions/common/cast/cast_cert_validator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/api/sockets/sockets_manifest_permission.cc
diff --git a/extensions/common/api/sockets/sockets_manifest_permission.cc b/extensions/common/api/sockets/sockets_manifest_permission.cc
index 6dbd4fc311c29cb8f073b8b31f9ef7561689bece..dccb793ad78cd292e99bb89e6d1222fe046913dc 100644
--- a/extensions/common/api/sockets/sockets_manifest_permission.cc
+++ b/extensions/common/api/sockets/sockets_manifest_permission.cc
@@ -24,8 +24,8 @@ const char kErrorInvalidHostPattern[] = "Invalid host:port pattern '*'";
}
namespace errors = sockets_errors;
-using core_api::extensions_manifest_types::Sockets;
-using core_api::extensions_manifest_types::SocketHostPatterns;
+using api::extensions_manifest_types::Sockets;
+using api::extensions_manifest_types::SocketHostPatterns;
using content::SocketPermissionRequest;
namespace {
« no previous file with comments | « extensions/common/api/schemas.gypi ('k') | extensions/common/cast/cast_cert_validator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698