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

Unified Diff: third_party/WebKit/Source/platform/wtf/DynamicAnnotations.h

Issue 2755663002: Move files in wtf/ to platform/wtf/ (Part 2). (Closed)
Patch Set: Fix file name (facepalm). Created 3 years, 9 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
Index: third_party/WebKit/Source/platform/wtf/DynamicAnnotations.h
diff --git a/third_party/WebKit/Source/wtf/DynamicAnnotations.h b/third_party/WebKit/Source/platform/wtf/DynamicAnnotations.h
similarity index 98%
copy from third_party/WebKit/Source/wtf/DynamicAnnotations.h
copy to third_party/WebKit/Source/platform/wtf/DynamicAnnotations.h
index 33e9cd3ff9f381f7c25974c336cc863dc2ae0d49..8c5d9391ddb0ec54ca030b22bf197ff509ab0235 100644
--- a/third_party/WebKit/Source/wtf/DynamicAnnotations.h
+++ b/third_party/WebKit/Source/platform/wtf/DynamicAnnotations.h
@@ -49,8 +49,8 @@
* information.
*/
-#include "wtf/WTFExport.h"
-#include "wtf/build_config.h"
+#include "platform/wtf/WTFExport.h"
+#include "platform/wtf/build_config.h"
#if USE(DYNAMIC_ANNOTATIONS)
/* Tell data race detector that we're not interested in reports on the given
« no previous file with comments | « third_party/WebKit/Source/platform/wtf/CurrentTime.cpp ('k') | third_party/WebKit/Source/platform/wtf/DynamicAnnotations.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698