Index: third_party/WebKit/Source/platform/wtf/PrintStream.h |
diff --git a/third_party/WebKit/Source/wtf/PrintStream.h b/third_party/WebKit/Source/platform/wtf/PrintStream.h |
similarity index 96% |
copy from third_party/WebKit/Source/wtf/PrintStream.h |
copy to third_party/WebKit/Source/platform/wtf/PrintStream.h |
index fc30724cf61983ed0314c3b12ff48ac508d671a9..bed90af42ad06ab4e4f7e28d5bcfc3073ea7c328 100644 |
--- a/third_party/WebKit/Source/wtf/PrintStream.h |
+++ b/third_party/WebKit/Source/platform/wtf/PrintStream.h |
@@ -26,11 +26,11 @@ |
#ifndef PrintStream_h |
#define PrintStream_h |
-#include "wtf/Allocator.h" |
-#include "wtf/Compiler.h" |
-#include "wtf/Noncopyable.h" |
-#include "wtf/StdLibExtras.h" |
-#include "wtf/WTFExport.h" |
+#include "platform/wtf/Allocator.h" |
+#include "platform/wtf/Compiler.h" |
+#include "platform/wtf/Noncopyable.h" |
+#include "platform/wtf/StdLibExtras.h" |
+#include "platform/wtf/WTFExport.h" |
#include <stdarg.h> |
namespace WTF { |