Index: third_party/WebKit/Source/platform/wtf/text/UTF8.cpp |
diff --git a/third_party/WebKit/Source/wtf/text/UTF8.cpp b/third_party/WebKit/Source/platform/wtf/text/UTF8.cpp |
similarity index 98% |
rename from third_party/WebKit/Source/wtf/text/UTF8.cpp |
rename to third_party/WebKit/Source/platform/wtf/text/UTF8.cpp |
index cdd89a2edfb608dccd685177eb3066f4046d4d25..053ef2867d5c7db97ff291f4ba02fe8ce44418a6 100644 |
--- a/third_party/WebKit/Source/wtf/text/UTF8.cpp |
+++ b/third_party/WebKit/Source/platform/wtf/text/UTF8.cpp |
@@ -24,11 +24,11 @@ |
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
-#include "wtf/text/UTF8.h" |
+#include "platform/wtf/text/UTF8.h" |
-#include "wtf/ASCIICType.h" |
-#include "wtf/StringHasher.h" |
-#include "wtf/text/CharacterNames.h" |
+#include "platform/wtf/ASCIICType.h" |
+#include "platform/wtf/StringHasher.h" |
+#include "platform/wtf/text/CharacterNames.h" |
namespace WTF { |
namespace Unicode { |