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

Unified Diff: content/common/one_writer_seqlock_unittest.cc

Issue 2349393002: Use platform sized counters for the refcounted classes in base. (Closed)
Patch Set: fix implicit cast in seqlock test Created 4 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
« base/memory/ref_counted.h ('K') | « base/memory/ref_counted.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 84d5156a7bd6fad617e015519637858593740067..5fb184875f8326c4d2285387500e245db6f478a1 100644
--- a/content/common/one_writer_seqlock_unittest.cc
+++ b/content/common/one_writer_seqlock_unittest.cc
@@ -28,7 +28,7 @@ class BasicSeqLockTestThread : public PlatformThread::Delegate {
void Init(
content::OneWriterSeqLock* seqlock,
TestData* data,
- base::subtle::Atomic32* ready) {
+ base::AtomicRefCount* ready) {
seqlock_ = seqlock;
data_ = data;
ready_ = ready;
« base/memory/ref_counted.h ('K') | « base/memory/ref_counted.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698