Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / public / platform / WebContentDecryptionModuleResult.h
index 5106b59..11f5a11 100644 (file)
@@ -9,12 +9,9 @@
 #include "WebContentDecryptionModuleException.h"
 #include "WebPrivatePtr.h"
 
-namespace WebCore {
-class ContentDecryptionModuleResult;
-}
-
 namespace blink {
 
+class ContentDecryptionModuleResult;
 class WebString;
 
 class WebContentDecryptionModuleResult {
@@ -58,14 +55,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(ContentDecryptionModuleResult*);
 #endif
 
 private:
     BLINK_PLATFORM_EXPORT void reset();
     BLINK_PLATFORM_EXPORT void assign(const WebContentDecryptionModuleResult&);
 
-    WebPrivatePtr<WebCore::ContentDecryptionModuleResult> m_impl;
+    WebPrivatePtr<ContentDecryptionModuleResult> m_impl;
 };
 
 } // namespace blink