| Index: extensions/browser/api/system_cpu/cpu_info_provider_win.cc
|
| diff --git a/chrome/browser/extensions/api/system_cpu/cpu_info_provider_win.cc b/extensions/browser/api/system_cpu/cpu_info_provider_win.cc
|
| similarity index 94%
|
| rename from chrome/browser/extensions/api/system_cpu/cpu_info_provider_win.cc
|
| rename to extensions/browser/api/system_cpu/cpu_info_provider_win.cc
|
| index 54e4301dbf0b8bd6a5c5da9b4b496a6c65f39864..7cf80820a6af0eab3865905adbf91f0baf89ad87 100644
|
| --- a/chrome/browser/extensions/api/system_cpu/cpu_info_provider_win.cc
|
| +++ b/extensions/browser/api/system_cpu/cpu_info_provider_win.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chrome/browser/extensions/api/system_cpu/cpu_info_provider.h"
|
| +#include "extensions/browser/api/system_cpu/cpu_info_provider.h"
|
|
|
| #include <windows.h>
|
| #include <winternl.h>
|
| @@ -25,7 +25,7 @@ typedef DWORD (WINAPI *NtQuerySystemInformationPF)(DWORD system_info_class,
|
| } // namespace
|
|
|
| bool CpuInfoProvider::QueryCpuTimePerProcessor(
|
| - std::vector<linked_ptr<api::system_cpu::ProcessorInfo> >* infos) {
|
| + std::vector<linked_ptr<core_api::system_cpu::ProcessorInfo> >* infos) {
|
| DCHECK(infos);
|
|
|
| HMODULE ntdll = GetModuleHandle(kNtdll);
|
|
|