Index: third_party/WebKit/Source/platform/wtf/text/TextCodec.h |
diff --git a/third_party/WebKit/Source/wtf/text/TextCodec.h b/third_party/WebKit/Source/platform/wtf/text/TextCodec.h |
similarity index 96% |
copy from third_party/WebKit/Source/wtf/text/TextCodec.h |
copy to third_party/WebKit/Source/platform/wtf/text/TextCodec.h |
index 2162521964464aa933f4fe867607ac5135b70136..459218329c62afeefabb7097f3580f06ac2ca11f 100644 |
--- a/third_party/WebKit/Source/wtf/text/TextCodec.h |
+++ b/third_party/WebKit/Source/platform/wtf/text/TextCodec.h |
@@ -27,10 +27,10 @@ |
#ifndef TextCodec_h |
#define TextCodec_h |
-#include "wtf/Forward.h" |
-#include "wtf/Noncopyable.h" |
-#include "wtf/text/Unicode.h" |
-#include "wtf/text/WTFString.h" |
+#include "platform/wtf/Forward.h" |
+#include "platform/wtf/Noncopyable.h" |
+#include "platform/wtf/text/Unicode.h" |
+#include "platform/wtf/text/WTFString.h" |
#include <memory> |
namespace WTF { |