summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/api/idle/idle_api.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/extensions/api/idle/idle_api.h')
-rw-r--r--chrome/browser/extensions/api/idle/idle_api.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/extensions/api/idle/idle_api.h b/chrome/browser/extensions/api/idle/idle_api.h
index 6e18f47..005cc7d 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 RunAsync() OVERRIDE;
+ virtual bool RunAsync() override;
private:
void IdleStateCallback(IdleState state);
@@ -35,7 +35,7 @@ class IdleSetDetectionIntervalFunction : public ChromeSyncExtensionFunction {
virtual ~IdleSetDetectionIntervalFunction() {}
// ExtensionFunction:
- virtual bool RunSync() OVERRIDE;
+ virtual bool RunSync() override;
};
} // namespace extensions