Index: third_party/WebKit/Source/platform/wtf/DataLog.h |
diff --git a/third_party/WebKit/Source/wtf/DataLog.h b/third_party/WebKit/Source/platform/wtf/DataLog.h |
similarity index 92% |
copy from third_party/WebKit/Source/wtf/DataLog.h |
copy to third_party/WebKit/Source/platform/wtf/DataLog.h |
index 63dd77f12540ea9def7856cafe3a017312e48179..1aa94b6a5f510fa5ca163815ed83943e3f9ed5d5 100644 |
--- a/third_party/WebKit/Source/wtf/DataLog.h |
+++ b/third_party/WebKit/Source/platform/wtf/DataLog.h |
@@ -26,10 +26,10 @@ |
#ifndef DataLog_h |
#define DataLog_h |
-#include "wtf/Assertions.h" |
-#include "wtf/Compiler.h" |
-#include "wtf/FilePrintStream.h" |
-#include "wtf/WTFExport.h" |
+#include "platform/wtf/Assertions.h" |
+#include "platform/wtf/Compiler.h" |
+#include "platform/wtf/FilePrintStream.h" |
+#include "platform/wtf/WTFExport.h" |
#include <stdarg.h> |
#include <stdio.h> |