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

Unified Diff: mojo/shell/in_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/in_process_dynamic_service_runner.h
diff --git a/mojo/shell/in_process_dynamic_service_runner.h b/mojo/shell/in_process_dynamic_service_runner.h
index 699428e75bdf711320fd7c731d64c96ca6b4e027..0e0cade3c46f3b179d2da3c4b74d4a6023dd63a3 100644
--- a/mojo/shell/in_process_dynamic_service_runner.h
+++ b/mojo/shell/in_process_dynamic_service_runner.h
@@ -27,11 +27,11 @@ class InProcessDynamicServiceRunner
// |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:
// |base::DelegateSimpleThread::Delegate| method:
- virtual void Run() OVERRIDE;
+ virtual void Run() override;
base::FilePath app_path_;
ScopedMessagePipeHandle service_handle_;

Powered by Google App Engine
This is Rietveld 408576698