Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(875)

Unified Diff: base/singleton.h

Issue 1992005: Update dynamic annotations and move them to base/third_party (Closed)
Patch Set: rebased Created 10 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « base/lazy_instance.cc ('k') | base/third_party/dynamic_annotations/LICENSE » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « base/lazy_instance.cc ('k') | base/third_party/dynamic_annotations/LICENSE » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698