| Index: Source/modules/crypto/CryptoResultImpl.h
|
| diff --git a/Source/modules/crypto/CryptoResultImpl.h b/Source/modules/crypto/CryptoResultImpl.h
|
| index 0e930c7b49aa36a936638bb15b1ce7a5240d9c90..a0f39ed8f35e04455a66ace1e4feeebec2d78b7f 100644
|
| --- a/Source/modules/crypto/CryptoResultImpl.h
|
| +++ b/Source/modules/crypto/CryptoResultImpl.h
|
| @@ -49,10 +49,10 @@ public:
|
| static PassRefPtr<CryptoResultImpl> create(ScriptPromise);
|
|
|
| virtual void completeWithError() OVERRIDE;
|
| - virtual void completeWithBuffer(const WebKit::WebArrayBuffer&) OVERRIDE;
|
| + virtual void completeWithBuffer(const blink::WebArrayBuffer&) OVERRIDE;
|
| virtual void completeWithBoolean(bool) OVERRIDE;
|
| - virtual void completeWithKey(const WebKit::WebCryptoKey&) OVERRIDE;
|
| - virtual void completeWithKeyPair(const WebKit::WebCryptoKey& publicKey, const WebKit::WebCryptoKey& privateKey) OVERRIDE;
|
| + virtual void completeWithKey(const blink::WebCryptoKey&) OVERRIDE;
|
| + virtual void completeWithKeyPair(const blink::WebCryptoKey& publicKey, const blink::WebCryptoKey& privateKey) OVERRIDE;
|
|
|
| private:
|
| explicit CryptoResultImpl(ScriptPromise);
|
|
|