Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6492)

Unified Diff: chrome/common/extensions/manifest_handlers/automation.h

Issue 622373003: Replacing the OVERRIDE with override in chrome/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Resolved Error Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/common/extensions/manifest_handlers/automation.h
diff --git a/chrome/common/extensions/manifest_handlers/automation.h b/chrome/common/extensions/manifest_handlers/automation.h
index 43b79592edeeedf8c83b3c6ac7cc92464db724a1..30b5e4e25392a93d772da52ed26c544e1aadd8d9 100644
--- a/chrome/common/extensions/manifest_handlers/automation.h
+++ b/chrome/common/extensions/manifest_handlers/automation.h
@@ -76,12 +76,12 @@ class AutomationHandler : public ManifestHandler {
private:
// ManifestHandler implementation.
- virtual bool Parse(Extension* extensions, base::string16* error) OVERRIDE;
+ virtual bool Parse(Extension* extensions, base::string16* error) override;
- virtual ManifestPermission* CreatePermission() OVERRIDE;
+ virtual ManifestPermission* CreatePermission() override;
virtual ManifestPermission* CreateInitialRequiredPermission(
- const Extension* extension) OVERRIDE;
- virtual const std::vector<std::string> Keys() const OVERRIDE;
+ const Extension* extension) override;
+ virtual const std::vector<std::string> Keys() const override;
DISALLOW_COPY_AND_ASSIGN(AutomationHandler);
};
« no previous file with comments | « chrome/common/extensions/manifest_handlers/app_launch_info.h ('k') | chrome/common/extensions/manifest_handlers/automation.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698