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

Unified Diff: content/common/one_writer_seqlock_unittest.cc

Issue 630853003: Replace OVERRIDE and FINAL with override and final in content/common/[a-s]* (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
Index: content/common/one_writer_seqlock_unittest.cc
diff --git a/content/common/one_writer_seqlock_unittest.cc b/content/common/one_writer_seqlock_unittest.cc
index 770912f320c6c513407e67e9d8d01d6374df5cb9..a3944b3297bef9423ff50641eb8dffaddc288a9e 100644
--- a/content/common/one_writer_seqlock_unittest.cc
+++ b/content/common/one_writer_seqlock_unittest.cc
@@ -31,7 +31,7 @@ class BasicSeqLockTestThread : public PlatformThread::Delegate {
data_ = data;
ready_ = ready;
}
- virtual void ThreadMain() OVERRIDE {
+ virtual void ThreadMain() override {
while (AtomicRefCountIsZero(ready_)) {
PlatformThread::YieldCurrentThread();
}
« no previous file with comments | « content/common/mojo/service_registry_impl.h ('k') | content/common/sandbox_linux/android/sandbox_bpf_base_policy_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698