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_memory/memory_info_provider.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/system_memory/memory_info_provider.cc
diff --git a/extensions/browser/api/system_memory/memory_info_provider.cc b/extensions/browser/api/system_memory/memory_info_provider.cc
index 3441ceafb1634168097ed71d8ac52ab54cba55d8..7d97dde390787da9fe485fe1b13541ae0b751f89 100644
--- a/extensions/browser/api/system_memory/memory_info_provider.cc
+++ b/extensions/browser/api/system_memory/memory_info_provider.cc
@@ -8,7 +8,7 @@
namespace extensions {
-using core_api::system_memory::MemoryInfo;
+using api::system_memory::MemoryInfo;
// Static member intialization.
base::LazyInstance<scoped_refptr<MemoryInfoProvider> >
« no previous file with comments | « extensions/browser/api/system_memory/memory_info_provider.h ('k') | extensions/browser/api/system_memory/system_memory_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698