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

Unified Diff: third_party/WebKit/Source/core/dom/DocumentEncodingData.h

Issue 2812013004: Rewrite references to "wtf/" to "platform/wtf/" in core/{dom,html,xml}. (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/core/dom/DocumentEncodingData.h
diff --git a/third_party/WebKit/Source/core/dom/DocumentEncodingData.h b/third_party/WebKit/Source/core/dom/DocumentEncodingData.h
index 1a1506dcb09c92be6c93a31b5be1ac0a60dd8ad5..3a4293e5999c5669f08b23b5bb30baa1259423a2 100644
--- a/third_party/WebKit/Source/core/dom/DocumentEncodingData.h
+++ b/third_party/WebKit/Source/core/dom/DocumentEncodingData.h
@@ -32,8 +32,8 @@
#define DocumentEncodingData_h
#include "platform/CrossThreadCopier.h"
-#include "wtf/Allocator.h"
-#include "wtf/text/TextEncoding.h"
+#include "platform/wtf/Allocator.h"
+#include "platform/wtf/text/TextEncoding.h"
namespace blink {
class TextResourceDecoder;
« no previous file with comments | « third_party/WebKit/Source/core/dom/Document.cpp ('k') | third_party/WebKit/Source/core/dom/DocumentFullscreen.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698