Index: third_party/WebKit/Source/platform/text/TextStream.h |
diff --git a/third_party/WebKit/Source/platform/text/TextStream.h b/third_party/WebKit/Source/platform/text/TextStream.h |
index f46ca5903e13f5a9e6078be6e71f563bd1366d98..b6bd260c29efe448240ef1f80ab26bdc91a38f4d 100644 |
--- a/third_party/WebKit/Source/platform/text/TextStream.h |
+++ b/third_party/WebKit/Source/platform/text/TextStream.h |
@@ -27,10 +27,10 @@ |
#define TextStream_h |
#include "platform/PlatformExport.h" |
-#include "wtf/Forward.h" |
-#include "wtf/Vector.h" |
-#include "wtf/text/StringBuilder.h" |
-#include "wtf/text/Unicode.h" |
+#include "platform/wtf/Forward.h" |
+#include "platform/wtf/Vector.h" |
+#include "platform/wtf/text/StringBuilder.h" |
+#include "platform/wtf/text/Unicode.h" |
namespace blink { |