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

Unified Diff: chrome/test/remoting/waiter.h

Issue 637933002: Replace FINAL and OVERRIDE with their C++11 counterparts in chrome/test (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « chrome/test/remoting/remote_desktop_browsertest.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/remoting/waiter.h
diff --git a/chrome/test/remoting/waiter.h b/chrome/test/remoting/waiter.h
index c4a1d5a5453d865321f5098704386fd7f71d902a..82fe9375093e02f8f3cb7055a7e993b1874f5e70 100644
--- a/chrome/test/remoting/waiter.h
+++ b/chrome/test/remoting/waiter.h
@@ -52,10 +52,10 @@ class ConditionalTimeoutWaiter : public TimeoutWaiter {
virtual ~ConditionalTimeoutWaiter();
// Returns true if |callback_| returned true and false in case of timeout.
- virtual bool Wait() OVERRIDE;
+ virtual bool Wait() override;
protected:
- virtual void CancelWait() OVERRIDE;
+ virtual void CancelWait() override;
private:
// Callback used to cancel the ConditionalTimeoutWaiter::Wait.
« no previous file with comments | « chrome/test/remoting/remote_desktop_browsertest.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698