Index: third_party/WebKit/Source/platform/wtf/text/TextCodecUTF8.cpp |
diff --git a/third_party/WebKit/Source/wtf/text/TextCodecUTF8.cpp b/third_party/WebKit/Source/platform/wtf/text/TextCodecUTF8.cpp |
similarity index 98% |
rename from third_party/WebKit/Source/wtf/text/TextCodecUTF8.cpp |
rename to third_party/WebKit/Source/platform/wtf/text/TextCodecUTF8.cpp |
index 9446bc7989244cc30ade689f399d309e40b38173..b3e6e99d6c01d8cf499a1ed1c215887b6146436f 100644 |
--- a/third_party/WebKit/Source/wtf/text/TextCodecUTF8.cpp |
+++ b/third_party/WebKit/Source/platform/wtf/text/TextCodecUTF8.cpp |
@@ -23,13 +23,13 @@ |
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
-#include "wtf/text/TextCodecUTF8.h" |
+#include "platform/wtf/text/TextCodecUTF8.h" |
-#include "wtf/PtrUtil.h" |
-#include "wtf/text/CString.h" |
-#include "wtf/text/CharacterNames.h" |
-#include "wtf/text/StringBuffer.h" |
-#include "wtf/text/TextCodecASCIIFastPath.h" |
+#include "platform/wtf/PtrUtil.h" |
+#include "platform/wtf/text/CString.h" |
+#include "platform/wtf/text/CharacterNames.h" |
+#include "platform/wtf/text/StringBuffer.h" |
+#include "platform/wtf/text/TextCodecASCIIFastPath.h" |
#include <memory> |
namespace WTF { |