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

Unified Diff: mojo/shell/out_of_process_dynamic_service_runner.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/out_of_process_dynamic_service_runner.h
diff --git a/mojo/shell/out_of_process_dynamic_service_runner.h b/mojo/shell/out_of_process_dynamic_service_runner.h
index 9b3c96db379b6c054dc040053407ce21fe3a47f7..71272e77a627934453b416bad7051d2077b4b09e 100644
--- a/mojo/shell/out_of_process_dynamic_service_runner.h
+++ b/mojo/shell/out_of_process_dynamic_service_runner.h
@@ -27,11 +27,11 @@ class OutOfProcessDynamicServiceRunner
// |DynamicServiceRunner| method:
virtual void Start(const base::FilePath& app_path,
ScopedMessagePipeHandle service_handle,
- const base::Closure& app_completed_callback) OVERRIDE;
+ const base::Closure& app_completed_callback) override;
private:
// |AppChildControllerClient| method:
- virtual void AppCompleted(int32_t result) OVERRIDE;
+ virtual void AppCompleted(int32_t result) override;
Context* const context_;

Powered by Google App Engine
This is Rietveld 408576698