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

Unified Diff: tools/gn/toolchain.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/target.h ('k') | tools/ipc_fuzzer/mutate/generate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/toolchain.h
diff --git a/tools/gn/toolchain.h b/tools/gn/toolchain.h
index 393596cb2917f7d11832f0412307cca078939214..9f3d19aedb51e62b9d668f5dc9f50c4d0cc46211 100644
--- a/tools/gn/toolchain.h
+++ b/tools/gn/toolchain.h
@@ -64,8 +64,8 @@ class Toolchain : public Item {
virtual ~Toolchain();
// Item overrides.
- virtual Toolchain* AsToolchain() OVERRIDE;
- virtual const Toolchain* AsToolchain() const OVERRIDE;
+ virtual Toolchain* AsToolchain() override;
+ virtual const Toolchain* AsToolchain() const override;
// Returns TYPE_NONE on failure.
static ToolType ToolNameToType(const base::StringPiece& str);
« no previous file with comments | « tools/gn/target.h ('k') | tools/ipc_fuzzer/mutate/generate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698