summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/api/system_private/system_private_api.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/extensions/api/system_private/system_private_api.h')
-rw-r--r--chrome/browser/extensions/api/system_private/system_private_api.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/extensions/api/system_private/system_private_api.h b/chrome/browser/extensions/api/system_private/system_private_api.h
index e0d8d4c..bebd362 100644
--- a/chrome/browser/extensions/api/system_private/system_private_api.h
+++ b/chrome/browser/extensions/api/system_private/system_private_api.h
@@ -22,7 +22,7 @@ class SystemPrivateGetIncognitoModeAvailabilityFunction
virtual ~SystemPrivateGetIncognitoModeAvailabilityFunction() {}
// ExtensionFunction:
- virtual bool RunSync() OVERRIDE;
+ virtual bool RunSync() override;
};
// API function which returns the status of system update.
@@ -36,7 +36,7 @@ class SystemPrivateGetUpdateStatusFunction
virtual ~SystemPrivateGetUpdateStatusFunction() {}
// ExtensionFunction:
- virtual bool RunSync() OVERRIDE;
+ virtual bool RunSync() override;
};
// API function which returns the Google API key.
@@ -48,7 +48,7 @@ class SystemPrivateGetApiKeyFunction : public SyncExtensionFunction {
virtual ~SystemPrivateGetApiKeyFunction() {}
// ExtensionFunction:
- virtual bool RunSync() OVERRIDE;
+ virtual bool RunSync() override;
};
// Dispatches systemPrivate.onBrightnessChanged event for extensions.