Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / html / track / TrackBase.cpp
index a63849b..7e2bf65 100644 (file)
@@ -33,7 +33,7 @@
 
 #include "core/html/HTMLMediaElement.h"
 
-namespace WebCore {
+namespace blink {
 
 static blink::WebMediaPlayer::TrackId nextTrackId()
 {
@@ -77,4 +77,4 @@ void TrackBase::setKind(const AtomicString& kind)
         m_kind = defaultKind();
 }
 
-} // namespace WebCore
+} // namespace blink