| Index: chrome/browser/extensions/api/idle/idle_api.h
|
| diff --git a/chrome/browser/extensions/api/idle/idle_api.h b/chrome/browser/extensions/api/idle/idle_api.h
|
| index 79070e4c7d75d022252f43bee7db357bdfaf68b2..6e18f4714ed5b621ec709346151740e69574deb1 100644
|
| --- a/chrome/browser/extensions/api/idle/idle_api.h
|
| +++ b/chrome/browser/extensions/api/idle/idle_api.h
|
| @@ -19,7 +19,7 @@ class IdleQueryStateFunction : public ChromeAsyncExtensionFunction {
|
| virtual ~IdleQueryStateFunction() {}
|
|
|
| // ExtensionFunction:
|
| - virtual bool RunImpl() OVERRIDE;
|
| + virtual bool RunAsync() OVERRIDE;
|
|
|
| private:
|
| void IdleStateCallback(IdleState state);
|
|
|