| Index: public/web/WebMediaPlayer.h
|
| diff --git a/public/web/WebMediaPlayer.h b/public/web/WebMediaPlayer.h
|
| index 225e2cf5acc1cd85cbba2f29bf40785b94929a2f..5eb9c065e1cf6b64740cffd9ef96afe2cb0fe2a2 100644
|
| --- a/public/web/WebMediaPlayer.h
|
| +++ b/public/web/WebMediaPlayer.h
|
| @@ -36,7 +36,7 @@
|
| #include "../platform/WebString.h"
|
| #include "../platform/WebTimeRange.h"
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| class WebAudioSourceProvider;
|
| class WebAudioSourceProviderClient;
|
| @@ -159,6 +159,6 @@ public:
|
| virtual bool canEnterFullscreen() const { return false; }
|
| };
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|
| #endif
|
|
|