Index: third_party/WebKit/Source/platform/wtf/CPU.h |
diff --git a/third_party/WebKit/Source/wtf/CPU.h b/third_party/WebKit/Source/platform/wtf/CPU.h |
similarity index 99% |
copy from third_party/WebKit/Source/wtf/CPU.h |
copy to third_party/WebKit/Source/platform/wtf/CPU.h |
index daedf8eea139bed1ec92cf898037fe96e04cc39f..409b58c4a428c6923deb4e6cfb2790240d2bc844 100644 |
--- a/third_party/WebKit/Source/wtf/CPU.h |
+++ b/third_party/WebKit/Source/platform/wtf/CPU.h |
@@ -29,7 +29,7 @@ |
#ifndef WTF_CPU_h |
#define WTF_CPU_h |
-#include "wtf/Compiler.h" |
+#include "platform/wtf/Compiler.h" |
/* CPU() - the target CPU architecture */ |
#define CPU(WTF_FEATURE) \ |