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

Unified Diff: third_party/WebKit/Source/platform/wtf/text/TextEncoding.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/TextEncoding.h
diff --git a/third_party/WebKit/Source/wtf/text/TextEncoding.h b/third_party/WebKit/Source/platform/wtf/text/TextEncoding.h
similarity index 94%
copy from third_party/WebKit/Source/wtf/text/TextEncoding.h
copy to third_party/WebKit/Source/platform/wtf/text/TextEncoding.h
index f7285959d6f448ef41f092f9b5ba05e3f75aedfb..d58d6e3c509f3d680f776fed094fd89f4b1c4caf 100644
--- a/third_party/WebKit/Source/wtf/text/TextEncoding.h
+++ b/third_party/WebKit/Source/platform/wtf/text/TextEncoding.h
@@ -26,11 +26,11 @@
#ifndef TextEncoding_h
#define TextEncoding_h
-#include "wtf/Allocator.h"
-#include "wtf/Forward.h"
-#include "wtf/WTFExport.h"
-#include "wtf/text/TextCodec.h"
-#include "wtf/text/Unicode.h"
+#include "platform/wtf/Allocator.h"
+#include "platform/wtf/Forward.h"
+#include "platform/wtf/WTFExport.h"
+#include "platform/wtf/text/TextCodec.h"
+#include "platform/wtf/text/Unicode.h"
namespace WTF {

Powered by Google App Engine
This is Rietveld 408576698