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

Unified Diff: extensions/browser/api/system_cpu/system_cpu_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_cpu/system_cpu_api.cc
diff --git a/extensions/browser/api/system_cpu/system_cpu_api.cc b/extensions/browser/api/system_cpu/system_cpu_api.cc
index d43671d75473d3ed24a736cd504d2dc81a4f8182..5cfe69b0ff4cd6b99bd37db9b22fd0e7e49eef5b 100644
--- a/extensions/browser/api/system_cpu/system_cpu_api.cc
+++ b/extensions/browser/api/system_cpu/system_cpu_api.cc
@@ -9,7 +9,7 @@
namespace extensions {
-using core_api::system_cpu::CpuInfo;
+using api::system_cpu::CpuInfo;
SystemCpuGetInfoFunction::SystemCpuGetInfoFunction() {
}
« no previous file with comments | « extensions/browser/api/system_cpu/cpu_info_provider_win.cc ('k') | extensions/browser/api/system_cpu/system_cpu_apitest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698