Chromium Code Reviews

Unified Diff: third_party/WebKit/Source/core/html/parser/TextResourceDecoder.h

Issue 1882003002: include RefCounted.h where needed, only. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: compile fix Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: third_party/WebKit/Source/core/html/parser/TextResourceDecoder.h
diff --git a/third_party/WebKit/Source/core/html/parser/TextResourceDecoder.h b/third_party/WebKit/Source/core/html/parser/TextResourceDecoder.h
index 15cd6c6bce1ebe5a85ac2a499dbeb0117289353b..82411a707fd1ef085cb910d83d2ef7371f2fdc80 100644
--- a/third_party/WebKit/Source/core/html/parser/TextResourceDecoder.h
+++ b/third_party/WebKit/Source/core/html/parser/TextResourceDecoder.h
@@ -24,7 +24,6 @@
#define TextResourceDecoder_h
#include "core/CoreExport.h"
-#include "wtf/RefCounted.h"
#include "wtf/text/TextEncoding.h"
namespace blink {

Powered by Google App Engine