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

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

Issue 1115553002: Removing blink::prefix (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 5 years, 8 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/VideoTrackList.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « Source/core/html/track/VideoTrackList.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698