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

Unified Diff: Source/platform/exported/WebCryptoAlgorithm.cpp

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
Index: Source/platform/exported/WebCryptoAlgorithm.cpp
diff --git a/Source/platform/exported/WebCryptoAlgorithm.cpp b/Source/platform/exported/WebCryptoAlgorithm.cpp
index 812548748f9c3a6b2fb69f85e362d216b3f17906..f6553e61f5cef0cf98fe72042246cc46ba54552e 100644
--- a/Source/platform/exported/WebCryptoAlgorithm.cpp
+++ b/Source/platform/exported/WebCryptoAlgorithm.cpp
@@ -35,7 +35,7 @@
#include "wtf/OwnPtr.h"
#include "wtf/ThreadSafeRefCounted.h"
-namespace WebKit {
+namespace blink {
class WebCryptoAlgorithmPrivate : public ThreadSafeRefCounted<WebCryptoAlgorithmPrivate> {
public:
@@ -157,4 +157,4 @@ void WebCryptoAlgorithm::reset()
m_private.reset();
}
-} // namespace WebKit
+} // namespace blink
« no previous file with comments | « Source/platform/exported/WebContentDecryptionModuleSession.cpp ('k') | Source/platform/exported/WebCryptoKey.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698