Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1840)

Unified Diff: Source/modules/crypto/CryptoResultImpl.h

Issue 61773005: Rename WebKit namespace to blink (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/modules/crypto/Algorithm.cpp ('k') | Source/modules/crypto/CryptoResultImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « Source/modules/crypto/Algorithm.cpp ('k') | Source/modules/crypto/CryptoResultImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698