Index: chrome/browser/extensions/api/system_cpu/system_cpu_api.cc |
diff --git a/chrome/browser/extensions/api/system_cpu/system_cpu_api.cc b/chrome/browser/extensions/api/system_cpu/system_cpu_api.cc |
index 74040c5d941bef84d032719087d2794d6286da20..4ace52814bbcb1e9b8ea0a9926e0716b183a7a44 100644 |
--- a/chrome/browser/extensions/api/system_cpu/system_cpu_api.cc |
+++ b/chrome/browser/extensions/api/system_cpu/system_cpu_api.cc |
@@ -18,7 +18,7 @@ SystemCpuGetInfoFunction::SystemCpuGetInfoFunction() { |
SystemCpuGetInfoFunction::~SystemCpuGetInfoFunction() { |
} |
-bool SystemCpuGetInfoFunction::RunImpl() { |
+bool SystemCpuGetInfoFunction::RunAsync() { |
CpuInfoProvider::Get()->StartQueryInfo( |
base::Bind(&SystemCpuGetInfoFunction::OnGetCpuInfoCompleted, this)); |
return true; |