Chromium Code Reviews

Unified Diff: Source/core/html/track/vtt/VTTParser.h

Issue 250583003: Remove RuntimeEnabledFeatures.h includes from a few headers (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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
« no previous file with comments | « Source/core/html/HTMLDialogElement.h ('k') | Source/core/html/track/vtt/VTTParser.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/track/vtt/VTTParser.h
diff --git a/Source/core/html/track/vtt/VTTParser.h b/Source/core/html/track/vtt/VTTParser.h
index 7c94845bfd9a2db994df2df2dcb1fb0310f1b07f..298516eec14fa3fd39d419dcffb160c6827c06fe 100644
--- a/Source/core/html/track/vtt/VTTParser.h
+++ b/Source/core/html/track/vtt/VTTParser.h
@@ -32,7 +32,6 @@
#define VTTParser_h
#include "HTMLNames.h"
-#include "RuntimeEnabledFeatures.h"
#include "core/dom/DocumentFragment.h"
#include "core/html/parser/TextResourceDecoder.h"
#include "core/html/track/vtt/BufferedLineReader.h"
« no previous file with comments | « Source/core/html/HTMLDialogElement.h ('k') | Source/core/html/track/vtt/VTTParser.cpp » ('j') | no next file with comments »

Powered by Google App Engine