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

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

Issue 94113005: Remove unnecessary includes from KURL.h (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years 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: Source/core/dom/DocumentEncodingData.h
diff --git a/Source/core/dom/DocumentEncodingData.h b/Source/core/dom/DocumentEncodingData.h
index d41c078dc87c107f0e597746ead83e9d891aea55..5a696afdd1757e42b42e6313b8919e6193f333b8 100644
--- a/Source/core/dom/DocumentEncodingData.h
+++ b/Source/core/dom/DocumentEncodingData.h
@@ -31,6 +31,8 @@
#ifndef DocumentEncodingData_h
#define DocumentEncodingData_h
+#include "wtf/text/TextEncoding.h"
+
namespace WebCore {
struct DocumentEncodingData {

Powered by Google App Engine
This is Rietveld 408576698