diff options
author | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-14 08:24:42 +0000 |
---|---|---|
committer | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-14 08:24:42 +0000 |
commit | ee857513c3a0d5c88bfd363c4203d4190fc678f5 (patch) | |
tree | 8e4ce0e72ced6eacd5711375f0a0d6bbe48c59a3 /base/atomic_ref_count.h | |
parent | d4db59c55fdf97bf3abd60c58824fc090e0a7b61 (diff) | |
download | chromium_src-ee857513c3a0d5c88bfd363c4203d4190fc678f5.zip chromium_src-ee857513c3a0d5c88bfd363c4203d4190fc678f5.tar.gz chromium_src-ee857513c3a0d5c88bfd363c4203d4190fc678f5.tar.bz2 |
Update dynamic annotations and move them to base/third_party
Review URL: http://codereview.chromium.org/1992005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47252 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/atomic_ref_count.h')
-rw-r--r-- | base/atomic_ref_count.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/atomic_ref_count.h b/base/atomic_ref_count.h index 73d7f43..076a944 100644 --- a/base/atomic_ref_count.h +++ b/base/atomic_ref_count.h @@ -12,7 +12,7 @@ #define BASE_ATOMIC_REF_COUNT_H_ #include "base/atomicops.h" -#include "base/dynamic_annotations.h" +#include "base/third_party/dynamic_annotations/dynamic_annotations.h" namespace base { |