| Index: chrome/browser/chromeos/extensions/echo_private_api.h
|
| diff --git a/chrome/browser/chromeos/extensions/echo_private_api.h b/chrome/browser/chromeos/extensions/echo_private_api.h
|
| index 2ec5bc7e99f9948d2d4e5f679a15c932fb9887b5..20ea9ca5d312d9bf096edec10c1398716effa540 100644
|
| --- a/chrome/browser/chromeos/extensions/echo_private_api.h
|
| +++ b/chrome/browser/chromeos/extensions/echo_private_api.h
|
| @@ -46,7 +46,7 @@ class EchoPrivateGetOobeTimestampFunction
|
|
|
| protected:
|
| virtual ~EchoPrivateGetOobeTimestampFunction();
|
| - virtual bool RunImpl() OVERRIDE;
|
| + virtual bool RunAsync() OVERRIDE;
|
|
|
| private:
|
| bool GetOobeTimestampOnFileThread();
|
| @@ -102,7 +102,7 @@ class EchoPrivateGetUserConsentFunction : public ChromeAsyncExtensionFunction,
|
| protected:
|
| virtual ~EchoPrivateGetUserConsentFunction();
|
|
|
| - virtual bool RunImpl() OVERRIDE;
|
| + virtual bool RunAsync() OVERRIDE;
|
|
|
| private:
|
| // chromeos::EchoDialogListener overrides.
|
|
|