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

Unified Diff: tools/gn/loader.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/group_target_generator.h ('k') | tools/gn/ninja_action_target_writer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « tools/gn/group_target_generator.h ('k') | tools/gn/ninja_action_target_writer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698