Index: tools/gn/loader.h |
diff --git a/tools/gn/loader.h b/tools/gn/loader.h |
index 29204ae65ef884743ae332d3ed9011a8e58fc227..aef35a7b14104f45f62a1d4599b5ba9041d92ece 100644 |
--- a/tools/gn/loader.h |
+++ b/tools/gn/loader.h |
@@ -84,11 +84,11 @@ class LoaderImpl : public Loader { |
// Loader implementation. |
virtual void Load(const SourceFile& file, |
const LocationRange& origin, |
- const Label& toolchain_name) OVERRIDE; |
- virtual void ToolchainLoaded(const Toolchain* toolchain) OVERRIDE; |
- virtual Label GetDefaultToolchain() const OVERRIDE; |
+ const Label& toolchain_name) override; |
+ virtual void ToolchainLoaded(const Toolchain* toolchain) override; |
+ virtual Label GetDefaultToolchain() const override; |
virtual const Settings* GetToolchainSettings( |
- const Label& label) const OVERRIDE; |
+ const Label& label) const override; |
// Sets the message loop corresponding to the main thread. By default this |
// class will use the thread active during construction, but there is not |