| Index: public/platform/WebContentDecryptionModuleResult.h
|
| diff --git a/public/platform/WebContentDecryptionModuleResult.h b/public/platform/WebContentDecryptionModuleResult.h
|
| index 5106b59dfc38323f7561de284288ca5180a0f9dc..4cd224eb2b2f4ba73e0c548878bfa9bee282e927 100644
|
| --- a/public/platform/WebContentDecryptionModuleResult.h
|
| +++ b/public/platform/WebContentDecryptionModuleResult.h
|
| @@ -9,7 +9,7 @@
|
| #include "WebContentDecryptionModuleException.h"
|
| #include "WebPrivatePtr.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
| class ContentDecryptionModuleResult;
|
| }
|
|
|
| @@ -58,14 +58,14 @@ public:
|
| BLINK_PLATFORM_EXPORT void completeWithError(WebContentDecryptionModuleException, unsigned long systemCode, const WebString& message);
|
|
|
| #if INSIDE_BLINK
|
| - BLINK_PLATFORM_EXPORT explicit WebContentDecryptionModuleResult(WebCore::ContentDecryptionModuleResult*);
|
| + BLINK_PLATFORM_EXPORT explicit WebContentDecryptionModuleResult(blink::ContentDecryptionModuleResult*);
|
| #endif
|
|
|
| private:
|
| BLINK_PLATFORM_EXPORT void reset();
|
| BLINK_PLATFORM_EXPORT void assign(const WebContentDecryptionModuleResult&);
|
|
|
| - WebPrivatePtr<WebCore::ContentDecryptionModuleResult> m_impl;
|
| + WebPrivatePtr<blink::ContentDecryptionModuleResult> m_impl;
|
| };
|
|
|
| } // namespace blink
|
|
|