| Index: public/web/WebMediaPlayerClient.h
|
| diff --git a/public/web/WebMediaPlayerClient.h b/public/web/WebMediaPlayerClient.h
|
| index db613ed5066a7accf84b31048eaad714e0af95e4..d86108ca0fd925a12f51ad944cba488751bfac6b 100644
|
| --- a/public/web/WebMediaPlayerClient.h
|
| +++ b/public/web/WebMediaPlayerClient.h
|
| @@ -33,7 +33,7 @@
|
|
|
| #include "WebMediaPlayer.h"
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| class WebFrame;
|
| class WebInbandTextTrack;
|
| @@ -84,6 +84,6 @@ protected:
|
| ~WebMediaPlayerClient() { }
|
| };
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|
| #endif
|
|
|