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

Unified Diff: third_party/WebKit/Source/platform/text/TextEncodingDetector.cpp

Issue 2799683005: Rewrite references to "wtf/" to "platform/wtf/" in platform/text. (Closed)
Patch Set: Created 3 years, 8 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/text/TextEncodingDetector.cpp
diff --git a/third_party/WebKit/Source/platform/text/TextEncodingDetector.cpp b/third_party/WebKit/Source/platform/text/TextEncodingDetector.cpp
index d32e81d2f1b970a90f46d191efb891050c237923..aeb47dc229c3eef3b185878794b6cf00483ce345 100644
--- a/third_party/WebKit/Source/platform/text/TextEncodingDetector.cpp
+++ b/third_party/WebKit/Source/platform/text/TextEncodingDetector.cpp
@@ -31,8 +31,8 @@
#include "platform/text/TextEncodingDetector.h"
#include "platform/weborigin/KURL.h"
+#include "platform/wtf/text/TextEncoding.h"
#include "third_party/ced/src/compact_enc_det/compact_enc_det.h"
-#include "wtf/text/TextEncoding.h"
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698