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

Unified Diff: third_party/WebKit/Source/platform/wtf/text/TextCodec.cpp

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/TextCodec.cpp
diff --git a/third_party/WebKit/Source/wtf/text/TextCodec.cpp b/third_party/WebKit/Source/platform/wtf/text/TextCodec.cpp
similarity index 96%
rename from third_party/WebKit/Source/wtf/text/TextCodec.cpp
rename to third_party/WebKit/Source/platform/wtf/text/TextCodec.cpp
index 884d7ed7951f06ef824bc1b881234af0e072ceec..2a4272689b1f51b4e1e84814a83d26774d28a073 100644
--- a/third_party/WebKit/Source/wtf/text/TextCodec.cpp
+++ b/third_party/WebKit/Source/platform/wtf/text/TextCodec.cpp
@@ -24,9 +24,9 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "wtf/text/TextCodec.h"
+#include "platform/wtf/text/TextCodec.h"
-#include "wtf/StringExtras.h"
+#include "platform/wtf/StringExtras.h"
namespace WTF {

Powered by Google App Engine
This is Rietveld 408576698