Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(652)

Unified Diff: third_party/WebKit/Source/platform/wtf/text/TextCodecLatin1.h

Issue 2764283002: Move files in wtf/ to platform/wtf/ (Part 10). (Closed)
Patch Set: Rebase. Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/platform/wtf/text/TextCodecLatin1.h
diff --git a/third_party/WebKit/Source/wtf/text/TextCodecLatin1.h b/third_party/WebKit/Source/platform/wtf/text/TextCodecLatin1.h
similarity index 98%
copy from third_party/WebKit/Source/wtf/text/TextCodecLatin1.h
copy to third_party/WebKit/Source/platform/wtf/text/TextCodecLatin1.h
index c4c2170cfddfae6bd4d9e6fa9951e26759c4283c..29ef4d0bac890a3f936a1ad1c30ba73922273767 100644
--- a/third_party/WebKit/Source/wtf/text/TextCodecLatin1.h
+++ b/third_party/WebKit/Source/platform/wtf/text/TextCodecLatin1.h
@@ -26,7 +26,7 @@
#ifndef TextCodecLatin1_h
#define TextCodecLatin1_h
-#include "wtf/text/TextCodec.h"
+#include "platform/wtf/text/TextCodec.h"
namespace WTF {

Powered by Google App Engine
This is Rietveld 408576698