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

Unified Diff: public/web/WebInbandTextTrack.h

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 | « public/web/WebImageDecoder.h ('k') | public/web/WebInbandTextTrackClient.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebInbandTextTrack.h
diff --git a/public/web/WebInbandTextTrack.h b/public/web/WebInbandTextTrack.h
index 9ea4b059896fd30adc854459873f28bf486d6ef6..3aaf8b8bcae7534b54dca7ab5312c1f71cca6485 100644
--- a/public/web/WebInbandTextTrack.h
+++ b/public/web/WebInbandTextTrack.h
@@ -31,7 +31,7 @@
#ifndef WebInbandTextTrack_h
#define WebInbandTextTrack_h
-namespace WebKit {
+namespace blink {
class WebString;
class WebInbandTextTrackClient;
@@ -66,6 +66,6 @@ public:
virtual int textTrackIndex() const = 0;
};
-} // namespace WebKit
+} // namespace blink
#endif
« no previous file with comments | « public/web/WebImageDecoder.h ('k') | public/web/WebInbandTextTrackClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698