Index: third_party/WebKit/Source/core/html/track/VideoTrack.cpp |
diff --git a/third_party/WebKit/Source/core/html/track/VideoTrack.cpp b/third_party/WebKit/Source/core/html/track/VideoTrack.cpp |
index 394ced2dfb849985a41b5fc53243e182700bccd8..737df5a0b49002db7f0523aa055bc9b4766bdad5 100644 |
--- a/third_party/WebKit/Source/core/html/track/VideoTrack.cpp |
+++ b/third_party/WebKit/Source/core/html/track/VideoTrack.cpp |
@@ -9,7 +9,7 @@ |
namespace blink { |
VideoTrack::VideoTrack(const String& id, const AtomicString& kind, const AtomicString& label, const AtomicString& language, bool selected) |
- : TrackBase(TrackBase::VideoTrack, label, language, id) |
+ : TrackBase(WebMediaPlayer::VideoTrack, label, language, id) |
, m_selected(selected) |
{ |
setKind(kind); |