| Index: base/thread_unittest.cc
|
| diff --git a/base/thread_unittest.cc b/base/thread_unittest.cc
|
| index 4ceeb806f5492278681e3ce1318b4b1badd5aa2e..696cfc2a99494cdd37bab9366276958e808434fd 100644
|
| --- a/base/thread_unittest.cc
|
| +++ b/base/thread_unittest.cc
|
| @@ -6,10 +6,10 @@
|
|
|
| #include <vector>
|
|
|
| -#include "base/dynamic_annotations.h"
|
| #include "base/lock.h"
|
| #include "base/message_loop.h"
|
| #include "base/string_util.h"
|
| +#include "base/third_party/dynamic_annotations/dynamic_annotations.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "testing/platform_test.h"
|
|
|
|
|