diff options
Diffstat (limited to 'base/thread.cc')
-rw-r--r-- | base/thread.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/thread.cc b/base/thread.cc index a81fcb4..e3c335a 100644 --- a/base/thread.cc +++ b/base/thread.cc @@ -4,9 +4,9 @@ #include "base/thread.h" -#include "base/dynamic_annotations.h" #include "base/lazy_instance.h" #include "base/string_util.h" +#include "base/third_party/dynamic_annotations/dynamic_annotations.h" #include "base/thread_local.h" #include "base/waitable_event.h" |