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

Unified Diff: Source/web/InbandTextTrackPrivateImpl.cpp

Issue 61773005: Rename WebKit namespace to blink (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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/web/InbandTextTrackPrivateImpl.h ('k') | Source/web/InspectorClientImpl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/InbandTextTrackPrivateImpl.cpp
diff --git a/Source/web/InbandTextTrackPrivateImpl.cpp b/Source/web/InbandTextTrackPrivateImpl.cpp
index 1c7318a2f4c0e3bd7b034a4b1c8220004cad37b5..5921520de4e8a22a6d59d63b55304e33fe51b9e8 100644
--- a/Source/web/InbandTextTrackPrivateImpl.cpp
+++ b/Source/web/InbandTextTrackPrivateImpl.cpp
@@ -35,7 +35,7 @@
#include "platform/graphics/media/InbandTextTrackPrivateClient.h"
#include "public/platform/WebString.h"
-namespace WebKit {
+namespace blink {
InbandTextTrackPrivateImpl::InbandTextTrackPrivateImpl(WebInbandTextTrack* track)
: m_track(track)
@@ -79,4 +79,4 @@ void InbandTextTrackPrivateImpl::addWebVTTCue(
client()->addWebVTTCue(this, start, end, id, content, settings);
}
-} // namespace WebKit
+} // namespace blink
« no previous file with comments | « Source/web/InbandTextTrackPrivateImpl.h ('k') | Source/web/InspectorClientImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698