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

Unified Diff: extensions/browser/api/system_memory/system_memory_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/system_memory/system_memory_api.cc
diff --git a/extensions/browser/api/system_memory/system_memory_api.cc b/extensions/browser/api/system_memory/system_memory_api.cc
index a171d9f230182f06c077b7980fb6162774f3c0be..82c081a1d0ba46a88c4b9eae07f1aa0df43b90f4 100644
--- a/extensions/browser/api/system_memory/system_memory_api.cc
+++ b/extensions/browser/api/system_memory/system_memory_api.cc
@@ -8,7 +8,7 @@
namespace extensions {
-using core_api::system_memory::MemoryInfo;
+using api::system_memory::MemoryInfo;
SystemMemoryGetInfoFunction::SystemMemoryGetInfoFunction() {
}

Powered by Google App Engine
This is Rietveld 408576698