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

Unified Diff: base/atomic_ref_count.h

Issue 6714032: Move some files in base to base/memory. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: only base Created 9 years, 9 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
« no previous file with comments | « PRESUBMIT.py ('k') | base/base.gyp » ('j') | base/callback_internal.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « PRESUBMIT.py ('k') | base/base.gyp » ('j') | base/callback_internal.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698