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

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

Issue 403013002: Rename WebCore to blink in Modules (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 months 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/CryptoResultImpl.h ('k') | Source/modules/crypto/DOMWindowCrypto.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/crypto/CryptoResultImpl.cpp
diff --git a/Source/modules/crypto/CryptoResultImpl.cpp b/Source/modules/crypto/CryptoResultImpl.cpp
index 3542e7572d7585481ae4973f920297a6adfe635a..b0d0708a2a1c45f47213e92d1952cd4a7604f395 100644
--- a/Source/modules/crypto/CryptoResultImpl.cpp
+++ b/Source/modules/crypto/CryptoResultImpl.cpp
@@ -45,7 +45,7 @@
#include "public/platform/WebCryptoAlgorithm.h"
#include "wtf/ArrayBufferView.h"
-namespace WebCore {
+namespace blink {
class CryptoResultImpl::WeakResolver : public ScriptPromiseResolver {
public:
@@ -193,4 +193,4 @@ ScriptPromise CryptoResultImpl::promise()
return m_resolver ? m_resolver->promise() : ScriptPromise();
}
-} // namespace WebCore
+} // namespace blink
« no previous file with comments | « Source/modules/crypto/CryptoResultImpl.h ('k') | Source/modules/crypto/DOMWindowCrypto.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698