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

Unified Diff: Source/modules/crypto/AesKeyGenParams.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/AesCbcParams.cpp ('k') | Source/modules/crypto/AesKeyGenParams.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/crypto/AesKeyGenParams.h
diff --git a/Source/modules/crypto/AesKeyGenParams.h b/Source/modules/crypto/AesKeyGenParams.h
index f72711452f07ab5fa832079965802e5bb1051d49..655e8ce92abf6946b450c893c40d20526909af0e 100644
--- a/Source/modules/crypto/AesKeyGenParams.h
+++ b/Source/modules/crypto/AesKeyGenParams.h
@@ -38,12 +38,12 @@ namespace WebCore {
class AesKeyGenParams : public Algorithm {
public:
- static PassRefPtr<AesKeyGenParams> create(const WebKit::WebCryptoAlgorithm& algorithm) { return adoptRef(new AesKeyGenParams(algorithm)); }
+ static PassRefPtr<AesKeyGenParams> create(const blink::WebCryptoAlgorithm& algorithm) { return adoptRef(new AesKeyGenParams(algorithm)); }
unsigned short length() const;
private:
- explicit AesKeyGenParams(const WebKit::WebCryptoAlgorithm&);
+ explicit AesKeyGenParams(const blink::WebCryptoAlgorithm&);
};
} // namespace WebCore
« no previous file with comments | « Source/modules/crypto/AesCbcParams.cpp ('k') | Source/modules/crypto/AesKeyGenParams.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698