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

Unified Diff: third_party/WebKit/Source/platform/wtf/ContainerAnnotations.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/ContainerAnnotations.h
diff --git a/third_party/WebKit/Source/wtf/ContainerAnnotations.h b/third_party/WebKit/Source/platform/wtf/ContainerAnnotations.h
similarity index 97%
copy from third_party/WebKit/Source/wtf/ContainerAnnotations.h
copy to third_party/WebKit/Source/platform/wtf/ContainerAnnotations.h
index 401cc605435e88372a465472d4a9f5afe5528449..d0b7459d9a660b824bd17ab14f12b78b8bc8fe63 100644
--- a/third_party/WebKit/Source/wtf/ContainerAnnotations.h
+++ b/third_party/WebKit/Source/platform/wtf/ContainerAnnotations.h
@@ -5,8 +5,8 @@
#ifndef WTF_ContainerAnnotations_h
#define WTF_ContainerAnnotations_h
-#include "wtf/AddressSanitizer.h"
-#include "wtf/CPU.h"
+#include "platform/wtf/AddressSanitizer.h"
+#include "platform/wtf/CPU.h"
// TODO(ochang): Remove the CPU(X86_64) condition to enable this for X86 once
// the crashes there have been fixed: http://crbug.com/461406
« no previous file with comments | « third_party/WebKit/Source/platform/wtf/ConditionalDestructor.h ('k') | third_party/WebKit/Source/platform/wtf/CurrentTime.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698