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

Unified Diff: extensions/browser/api/system_cpu/cpu_info_provider_mac.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/cpu_info_provider_mac.cc
diff --git a/extensions/browser/api/system_cpu/cpu_info_provider_mac.cc b/extensions/browser/api/system_cpu/cpu_info_provider_mac.cc
index 52b427723278c700359ae79965a7c342f81df298..6c528ed2526749ca6130826be67890a63772be57 100644
--- a/extensions/browser/api/system_cpu/cpu_info_provider_mac.cc
+++ b/extensions/browser/api/system_cpu/cpu_info_provider_mac.cc
@@ -12,7 +12,7 @@
namespace extensions {
bool CpuInfoProvider::QueryCpuTimePerProcessor(
- std::vector<linked_ptr<core_api::system_cpu::ProcessorInfo> >* infos) {
+ std::vector<linked_ptr<api::system_cpu::ProcessorInfo>>* infos) {
DCHECK(infos);
natural_t num_of_processors;

Powered by Google App Engine
This is Rietveld 408576698