Index: base/singleton.h |
diff --git a/base/singleton.h b/base/singleton.h |
index 453209804d0cbe075dbe1ad05d3c7393908b7ce8..718834b030323e5cd52e07fa06f346210474fb82 100644 |
--- a/base/singleton.h |
+++ b/base/singleton.h |
@@ -7,8 +7,8 @@ |
#include "base/at_exit.h" |
#include "base/atomicops.h" |
-#include "base/dynamic_annotations.h" |
#include "base/platform_thread.h" |
+#include "base/third_party/dynamic_annotations/dynamic_annotations.h" |
// Default traits for Singleton<Type>. Calls operator new and operator delete on |
// the object. Registers automatic deletion at process exit. |