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

Unified Diff: base/synchronization/condition_variable_unittest.cc

Issue 614103004: replace 'virtual ... OVERRIDE' with '... override' (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: process base/ 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: base/synchronization/condition_variable_unittest.cc
diff --git a/base/synchronization/condition_variable_unittest.cc b/base/synchronization/condition_variable_unittest.cc
index 5f947a9567fadbe1d73c79b632ef2fb06122df11..8d3c8003a9ff6240777e891893974a36b8c61a8d 100644
--- a/base/synchronization/condition_variable_unittest.cc
+++ b/base/synchronization/condition_variable_unittest.cc
@@ -67,7 +67,7 @@ class WorkQueue : public PlatformThread::Delegate {
virtual ~WorkQueue();
// PlatformThread::Delegate interface.
- virtual void ThreadMain() OVERRIDE;
+ void ThreadMain() override;
//----------------------------------------------------------------------------
// Worker threads only call the following methods.

Powered by Google App Engine
This is Rietveld 408576698