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

Unified Diff: base/lazy_instance.cc

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.h ('k') | base/singleton.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 {
« no previous file with comments | « base/lazy_instance.h ('k') | base/singleton.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698