Index: chrome/browser/chromeos/extensions/file_manager/private_api_misc.cc |
diff --git a/chrome/browser/chromeos/extensions/file_manager/private_api_misc.cc b/chrome/browser/chromeos/extensions/file_manager/private_api_misc.cc |
index 2fcabf5efd714d454726bdbf3f6d537aa8df801f..ce1e3aff16ab4e5afd5c72ac70b6fab73a68b5fd 100644 |
--- a/chrome/browser/chromeos/extensions/file_manager/private_api_misc.cc |
+++ b/chrome/browser/chromeos/extensions/file_manager/private_api_misc.cc |
@@ -168,7 +168,7 @@ FileBrowserPrivateZipSelectionFunction:: |
FileBrowserPrivateZipSelectionFunction:: |
~FileBrowserPrivateZipSelectionFunction() {} |
-bool FileBrowserPrivateZipSelectionFunction::RunImpl() { |
+bool FileBrowserPrivateZipSelectionFunction::RunAsync() { |
using extensions::api::file_browser_private::ZipSelection::Params; |
const scoped_ptr<Params> params(Params::Create(*args_)); |
EXTENSION_FUNCTION_VALIDATE(params); |
@@ -253,7 +253,7 @@ bool FileBrowserPrivateZoomFunction::RunSync() { |
return true; |
} |
-bool FileBrowserPrivateInstallWebstoreItemFunction::RunImpl() { |
+bool FileBrowserPrivateInstallWebstoreItemFunction::RunAsync() { |
using extensions::api::file_browser_private::InstallWebstoreItem::Params; |
const scoped_ptr<Params> params(Params::Create(*args_)); |
EXTENSION_FUNCTION_VALIDATE(params); |
@@ -308,7 +308,7 @@ FileBrowserPrivateRequestWebStoreAccessTokenFunction:: |
~FileBrowserPrivateRequestWebStoreAccessTokenFunction() { |
} |
-bool FileBrowserPrivateRequestWebStoreAccessTokenFunction::RunImpl() { |
+bool FileBrowserPrivateRequestWebStoreAccessTokenFunction::RunAsync() { |
std::vector<std::string> scopes; |
scopes.push_back(kCWSScope); |