| Index: public/platform/WebCrypto.h
|
| diff --git a/public/platform/WebCrypto.h b/public/platform/WebCrypto.h
|
| index 7d8c0f3d3be966afa3bba035f72a6a03fb6a1e92..d76989b2f1727cad549e8a3ce8a3eca79aa57cba 100644
|
| --- a/public/platform/WebCrypto.h
|
| +++ b/public/platform/WebCrypto.h
|
| @@ -38,7 +38,7 @@
|
| #include "WebString.h"
|
| #include "WebVector.h"
|
|
|
| -namespace WebCore { class CryptoResult; }
|
| +namespace blink { class CryptoResult; }
|
|
|
| #if INSIDE_BLINK
|
| namespace WTF { template <typename T> class PassRefPtr; }
|
| @@ -100,14 +100,14 @@ public:
|
| BLINK_PLATFORM_EXPORT bool cancelled() const;
|
|
|
| #if INSIDE_BLINK
|
| - BLINK_PLATFORM_EXPORT explicit WebCryptoResult(const WTF::PassRefPtr<WebCore::CryptoResult>&);
|
| + BLINK_PLATFORM_EXPORT explicit WebCryptoResult(const WTF::PassRefPtr<blink::CryptoResult>&);
|
| #endif
|
|
|
| private:
|
| BLINK_PLATFORM_EXPORT void reset();
|
| BLINK_PLATFORM_EXPORT void assign(const WebCryptoResult&);
|
|
|
| - WebPrivatePtr<WebCore::CryptoResult> m_impl;
|
| + WebPrivatePtr<blink::CryptoResult> m_impl;
|
| };
|
|
|
| class WebCryptoDigestor {
|
|
|