| Index: Source/core/html/track/VideoTrackList.cpp
|
| diff --git a/Source/core/html/track/VideoTrackList.cpp b/Source/core/html/track/VideoTrackList.cpp
|
| index 702c4682b11db703f1561235dca96cbf4124ae24..04edbaa1ffdf73e42d833f2e1e8e362cd655e49c 100644
|
| --- a/Source/core/html/track/VideoTrackList.cpp
|
| +++ b/Source/core/html/track/VideoTrackList.cpp
|
| @@ -41,7 +41,7 @@ int VideoTrackList::selectedIndex() const
|
| return -1;
|
| }
|
|
|
| -void VideoTrackList::trackSelected(blink::WebMediaPlayer::TrackId selectedTrackId)
|
| +void VideoTrackList::trackSelected(WebMediaPlayer::TrackId selectedTrackId)
|
| {
|
| // Clear the selected flag on the previously selected track, if any.
|
| for (unsigned i = 0; i < length(); ++i) {
|
| @@ -56,4 +56,4 @@ void VideoTrackList::trackSelected(blink::WebMediaPlayer::TrackId selectedTrackI
|
| scheduleChangeEvent();
|
| }
|
|
|
| -}
|
| +} // namespace blink
|
|
|