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

Unified Diff: tools/gn/config.h

Issue 631653002: Replacing the OVERRIDE with override in tools folder (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Corrected patch-set-1 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
« no previous file with comments | « tools/gn/builder_unittest.cc ('k') | tools/gn/copy_target_generator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/config.h
diff --git a/tools/gn/config.h b/tools/gn/config.h
index f08b85915302f6f22cc8848c5eaaa6e96bbb2934..d896ec6dcb9bed7e0df0f70926ac800d4e5337a4 100644
--- a/tools/gn/config.h
+++ b/tools/gn/config.h
@@ -15,8 +15,8 @@ class Config : public Item {
Config(const Settings* settings, const Label& label);
virtual ~Config();
- virtual Config* AsConfig() OVERRIDE;
- virtual const Config* AsConfig() const OVERRIDE;
+ virtual Config* AsConfig() override;
+ virtual const Config* AsConfig() const override;
ConfigValues& config_values() { return config_values_; }
const ConfigValues& config_values() const { return config_values_; }
« no previous file with comments | « tools/gn/builder_unittest.cc ('k') | tools/gn/copy_target_generator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698