| Index: Source/web/MediaSourcePrivateImpl.h
|
| diff --git a/Source/web/MediaSourcePrivateImpl.h b/Source/web/MediaSourcePrivateImpl.h
|
| index 8fe7de8f1fac23443fc067ac13512d8d3ef4464e..2f344145ed1ff9aefc450008434280d72133eb17 100644
|
| --- a/Source/web/MediaSourcePrivateImpl.h
|
| +++ b/Source/web/MediaSourcePrivateImpl.h
|
| @@ -34,7 +34,7 @@
|
| #include "core/platform/graphics/MediaSourcePrivate.h"
|
| #include "wtf/OwnPtr.h"
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| class WebMediaSource;
|
|
|
| @@ -52,7 +52,7 @@ public:
|
| virtual void unmarkEndOfStream() OVERRIDE;
|
|
|
| private:
|
| - OwnPtr<WebKit::WebMediaSource> m_webMediaSource;
|
| + OwnPtr<blink::WebMediaSource> m_webMediaSource;
|
| };
|
|
|
| }
|
|
|