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

Unified Diff: mojo/shell/app_child_process.h

Issue 619493002: Mojo: Convert OVERRIDE -> override in various subdirectories of mojo/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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
Index: mojo/shell/app_child_process.h
diff --git a/mojo/shell/app_child_process.h b/mojo/shell/app_child_process.h
index b5b1eb6660e0d899eb29897adb3539ce50b855c9..9b3b8cfccedf08c2db1aefae04a2b5bb930c682b 100644
--- a/mojo/shell/app_child_process.h
+++ b/mojo/shell/app_child_process.h
@@ -18,7 +18,7 @@ class AppChildProcess : public ChildProcess {
AppChildProcess();
virtual ~AppChildProcess();
- virtual void Main() OVERRIDE;
+ virtual void Main() override;
private:
DISALLOW_COPY_AND_ASSIGN(AppChildProcess);

Powered by Google App Engine
This is Rietveld 408576698