| Index: chrome/browser/extensions/api/system_info_cpu/system_info_cpu_api.cc
|
| diff --git a/chrome/browser/extensions/api/system_info_cpu/system_info_cpu_api.cc b/chrome/browser/extensions/api/system_info_cpu/system_info_cpu_api.cc
|
| index 37d3a0320acc37f0651fc899aa2ff3cc0f5b993c..34af82cc010a5e351ac7d249d5135fac18530342 100644
|
| --- a/chrome/browser/extensions/api/system_info_cpu/system_info_cpu_api.cc
|
| +++ b/chrome/browser/extensions/api/system_info_cpu/system_info_cpu_api.cc
|
| @@ -2,13 +2,15 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#include "base/command_line.h"
|
| #include "chrome/browser/extensions/api/system_info_cpu/system_info_cpu_api.h"
|
| -
|
| #include "chrome/browser/extensions/api/system_info_cpu/cpu_info_provider.h"
|
| +#include "chrome/common/chrome_switches.h"
|
| +#include "chrome/common/extensions/features/base_feature_provider.h"
|
|
|
| namespace extensions {
|
|
|
| -using api::experimental_system_info_cpu::CpuInfo;
|
| +using api::system_info_cpu::CpuInfo;
|
|
|
| SystemInfoCpuGetFunction::SystemInfoCpuGetFunction() {
|
| }
|
|
|