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