| Index: chrome/browser/chromeos/extensions/file_manager/private_api_misc.h
|
| diff --git a/chrome/browser/chromeos/extensions/file_manager/private_api_misc.h b/chrome/browser/chromeos/extensions/file_manager/private_api_misc.h
|
| index 85b55d7b1dca59b57901b84953b6e73fe46ece02..bfd415a74e090b2dd7a31ce83072183bdb654a60 100644
|
| --- a/chrome/browser/chromeos/extensions/file_manager/private_api_misc.h
|
| +++ b/chrome/browser/chromeos/extensions/file_manager/private_api_misc.h
|
| @@ -76,7 +76,7 @@ class FileBrowserPrivateZipSelectionFunction
|
| virtual ~FileBrowserPrivateZipSelectionFunction();
|
|
|
| // AsyncExtensionFunction overrides.
|
| - virtual bool RunImpl() OVERRIDE;
|
| + virtual bool RunAsync() OVERRIDE;
|
|
|
| // extensions::ZipFileCreator::Delegate overrides.
|
| virtual void OnZipDone(bool success) OVERRIDE;
|
| @@ -112,7 +112,7 @@ class FileBrowserPrivateInstallWebstoreItemFunction
|
| virtual ~FileBrowserPrivateInstallWebstoreItemFunction() {}
|
|
|
| // AsyncExtensionFunction overrides.
|
| - virtual bool RunImpl() OVERRIDE;
|
| + virtual bool RunAsync() OVERRIDE;
|
| void OnInstallComplete(bool success, const std::string& error);
|
|
|
| private:
|
| @@ -129,7 +129,7 @@ class FileBrowserPrivateRequestWebStoreAccessTokenFunction
|
|
|
| protected:
|
| virtual ~FileBrowserPrivateRequestWebStoreAccessTokenFunction();
|
| - virtual bool RunImpl() OVERRIDE;
|
| + virtual bool RunAsync() OVERRIDE;
|
|
|
| private:
|
| scoped_ptr<google_apis::AuthServiceInterface> auth_service_;
|
|
|