Chromium Code Reviews| Index: base/atomic_ref_count.h |
| diff --git a/base/atomic_ref_count.h b/base/atomic_ref_count.h |
| index 2ab724200203f23c3098190b3747ef9894baaaa1..93c1f0dfd40f273ee97a56ab97df40e6c57be54b 100644 |
| --- a/base/atomic_ref_count.h |
| +++ b/base/atomic_ref_count.h |
| @@ -12,7 +12,7 @@ |
| namespace base { |
| -typedef subtle::Atomic32 AtomicRefCount; |
| +typedef subtle::AtomicWord AtomicRefCount; |
| // Increment a reference count by "increment", which must exceed 0. |
| inline void AtomicRefCountIncN(volatile AtomicRefCount *ptr, |