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

Unified Diff: mojo/system/waiter_test_utils.h

Issue 611733002: Mojo: Convert OVERRIDE -> override in mojo/{embedder,system}. (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
« no previous file with comments | « mojo/system/simple_dispatcher_unittest.cc ('k') | mojo/system/waiter_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/system/waiter_test_utils.h
diff --git a/mojo/system/waiter_test_utils.h b/mojo/system/waiter_test_utils.h
index 5f46f0ed9be3f6a9d40feb7082e655f08635270a..8de4c9d1ccb106cf6f75aa3005e2745434c6e871 100644
--- a/mojo/system/waiter_test_utils.h
+++ b/mojo/system/waiter_test_utils.h
@@ -54,7 +54,7 @@ class SimpleWaiterThread : public base::SimpleThread {
Waiter* waiter() { return &waiter_; }
private:
- virtual void Run() OVERRIDE;
+ virtual void Run() override;
MojoResult* const result_;
uint32_t* const context_;
@@ -82,7 +82,7 @@ class WaiterThread : public base::SimpleThread {
virtual ~WaiterThread();
private:
- virtual void Run() OVERRIDE;
+ virtual void Run() override;
const scoped_refptr<Dispatcher> dispatcher_;
const MojoHandleSignals handle_signals_;
« no previous file with comments | « mojo/system/simple_dispatcher_unittest.cc ('k') | mojo/system/waiter_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698