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 |