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

Unified Diff: extensions/browser/api/web_request/web_request_api.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
Index: extensions/browser/api/web_request/web_request_api.cc
diff --git a/extensions/browser/api/web_request/web_request_api.cc b/extensions/browser/api/web_request/web_request_api.cc
index ad112574ec5d681ad18c0bae10ac37e97d878e23..801e58dfe539abb0035c42ec723b76cb05d80043 100644
--- a/extensions/browser/api/web_request/web_request_api.cc
+++ b/extensions/browser/api/web_request/web_request_api.cc
@@ -77,7 +77,7 @@ namespace keys = extension_web_request_api_constants;
namespace extensions {
namespace declarative_keys = declarative_webrequest_constants;
-namespace web_request = core_api::web_request;
+namespace web_request = api::web_request;
namespace {
« no previous file with comments | « extensions/browser/api/vpn_provider/vpn_service.cc ('k') | extensions/browser/api/webcam_private/visca_webcam.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698