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

Unified Diff: extensions/browser/api/guest_view/app_view/app_view_guest_internal_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/guest_view/app_view/app_view_guest_internal_api.cc
diff --git a/extensions/browser/api/guest_view/app_view/app_view_guest_internal_api.cc b/extensions/browser/api/guest_view/app_view/app_view_guest_internal_api.cc
index ad220b0d2437af41265a2db85464788b1acd3f93..bacf7cd1c8f5781c289ae8aca6c623a860d3dcfc 100644
--- a/extensions/browser/api/guest_view/app_view/app_view_guest_internal_api.cc
+++ b/extensions/browser/api/guest_view/app_view/app_view_guest_internal_api.cc
@@ -10,7 +10,7 @@
namespace extensions {
-namespace appview = core_api::app_view_guest_internal;
+namespace appview = api::app_view_guest_internal;
AppViewGuestInternalAttachFrameFunction::
AppViewGuestInternalAttachFrameFunction() {

Powered by Google App Engine
This is Rietveld 408576698