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

Unified Diff: Source/core/html/track/TextTrackList.cpp

Issue 15422005: Remove unused includes from core/html .cpp files (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: rebased Created 7 years, 7 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
« no previous file with comments | « Source/core/html/track/TextTrackCueGeneric.cpp ('k') | Source/core/html/track/WebVTTElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/track/TextTrackList.cpp
diff --git a/Source/core/html/track/TextTrackList.cpp b/Source/core/html/track/TextTrackList.cpp
index 2cac6c69e1220e675b5244e23381cef1f395e1ec..f47192c33a91c82c1a4b6291ce26d8341bde43d1 100644
--- a/Source/core/html/track/TextTrackList.cpp
+++ b/Source/core/html/track/TextTrackList.cpp
@@ -28,13 +28,11 @@
#include "core/html/track/TextTrackList.h"
#include "core/dom/EventNames.h"
-#include "core/dom/ScriptExecutionContext.h"
#include "core/html/HTMLMediaElement.h"
#include "core/html/track/InbandTextTrack.h"
#include "core/html/track/LoadableTextTrack.h"
#include "core/html/track/TextTrack.h"
#include "core/html/track/TrackEvent.h"
-#include "core/platform/graphics/InbandTextTrackPrivate.h"
using namespace WebCore;
« no previous file with comments | « Source/core/html/track/TextTrackCueGeneric.cpp ('k') | Source/core/html/track/WebVTTElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698