Chromium Code Reviews| Index: base/lazy_instance.cc |
| diff --git a/base/lazy_instance.cc b/base/lazy_instance.cc |
| index 565ad1faf399f59f9964624bce5f0ec67a3defed..f98ba3f5cd941891515dd9a8982c59bd885c9b3b 100644 |
| --- a/base/lazy_instance.cc |
| +++ b/base/lazy_instance.cc |
| @@ -6,9 +6,9 @@ |
| #include "base/at_exit.h" |
| #include "base/atomicops.h" |
| -#include "base/dynamic_annotations.h" |
| #include "base/basictypes.h" |
| #include "base/platform_thread.h" |
| +#include "base/third_party/dynamic_annotations/dynamic_annotations.h" |
| namespace base { |