Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / extensions / api / system_cpu / system_cpu_api.cc
index 45e9b0b..4ace528 100644 (file)
@@ -6,7 +6,7 @@
 #include "chrome/browser/extensions/api/system_cpu/cpu_info_provider.h"
 #include "chrome/browser/extensions/api/system_cpu/system_cpu_api.h"
 #include "chrome/common/chrome_switches.h"
-#include "chrome/common/extensions/features/base_feature_provider.h"
+#include "extensions/common/features/base_feature_provider.h"
 
 namespace extensions {
 
@@ -18,7 +18,7 @@ SystemCpuGetInfoFunction::SystemCpuGetInfoFunction() {
 SystemCpuGetInfoFunction::~SystemCpuGetInfoFunction() {
 }
 
-bool SystemCpuGetInfoFunction::RunImpl() {
+bool SystemCpuGetInfoFunction::RunAsync() {
   CpuInfoProvider::Get()->StartQueryInfo(
       base::Bind(&SystemCpuGetInfoFunction::OnGetCpuInfoCompleted, this));
   return true;