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

Unified Diff: extensions/browser/api/system_info/system_info_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: 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_info/system_info_api.cc
diff --git a/extensions/browser/api/system_info/system_info_api.cc b/extensions/browser/api/system_info/system_info_api.cc
index a5b85bf801d2c7e752b0089272bfac88c8ba9d82..8786ed53a17441e2464de039ae0f3045cf10df04 100644
--- a/extensions/browser/api/system_info/system_info_api.cc
+++ b/extensions/browser/api/system_info/system_info_api.cc
@@ -26,12 +26,12 @@
namespace extensions {
-using core_api::system_storage::StorageUnitInfo;
+using api::system_storage::StorageUnitInfo;
using content::BrowserThread;
using storage_monitor::StorageMonitor;
-namespace system_display = core_api::system_display;
-namespace system_storage = core_api::system_storage;
+namespace system_display = api::system_display;
+namespace system_storage = api::system_storage;
namespace {

Powered by Google App Engine
This is Rietveld 408576698