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

Unified Diff: base/thread.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/third_party/dynamic_annotations/dynamic_annotations.c ('k') | base/thread_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/thread.cc
diff --git a/base/thread.cc b/base/thread.cc
index a81fcb49e06d0758444562d1bd7975fabfc5e96e..e3c335aa44e376b6746932f5275702ecec6fe8c2 100644
--- a/base/thread.cc
+++ b/base/thread.cc
@@ -4,9 +4,9 @@
#include "base/thread.h"
-#include "base/dynamic_annotations.h"
#include "base/lazy_instance.h"
#include "base/string_util.h"
+#include "base/third_party/dynamic_annotations/dynamic_annotations.h"
#include "base/thread_local.h"
#include "base/waitable_event.h"
« no previous file with comments | « base/third_party/dynamic_annotations/dynamic_annotations.c ('k') | base/thread_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698