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

Unified Diff: tools/gn/setup.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/scope_per_file_provider.h ('k') | tools/gn/target.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/setup.h
diff --git a/tools/gn/setup.h b/tools/gn/setup.h
index 558c54d3c4861edbf6608ffaa1b713fb9d97fac5..95bcde7457e6a0061647fb4efb08d15fed95c311 100644
--- a/tools/gn/setup.h
+++ b/tools/gn/setup.h
@@ -114,7 +114,7 @@ class Setup : public CommonSetup {
Scheduler& scheduler() { return scheduler_; }
- virtual Scheduler* GetScheduler() OVERRIDE;
+ virtual Scheduler* GetScheduler() override;
// Returns the file used to store the build arguments. Note that the path
// might not exist.
@@ -209,7 +209,7 @@ class DependentSetup : public CommonSetup {
void RunPreMessageLoop();
bool RunPostMessageLoop();
- virtual Scheduler* GetScheduler() OVERRIDE;
+ virtual Scheduler* GetScheduler() override;
private:
Scheduler* scheduler_;
« no previous file with comments | « tools/gn/scope_per_file_provider.h ('k') | tools/gn/target.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698