| Index: base/atomic_ref_count.h
|
| diff --git a/base/atomic_ref_count.h b/base/atomic_ref_count.h
|
| index dff4b1f1a7aa3faa20b298e48c81780f7a857f1e..4c84f9492c4eb77023298197172c6cbd68fdb7b8 100644
|
| --- a/base/atomic_ref_count.h
|
| +++ b/base/atomic_ref_count.h
|
| @@ -3,7 +3,7 @@
|
| // found in the LICENSE file.
|
|
|
| // This is a low level implementation of atomic semantics for reference
|
| -// counting. Please use base/ref_counted.h directly instead.
|
| +// counting. Please use base/memory/ref_counted.h directly instead.
|
| //
|
| // The implementation includes annotations to avoid some false positives
|
| // when using data race detection tools.
|
|
|