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

Unified Diff: Source/platform/exported/WebCryptoKey.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
« no previous file with comments | « Source/platform/exported/WebCryptoAlgorithm.cpp ('k') | Source/platform/exported/WebData.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/exported/WebCryptoKey.cpp
diff --git a/Source/platform/exported/WebCryptoKey.cpp b/Source/platform/exported/WebCryptoKey.cpp
index 7d0646cd3291572e2b8fe417abd00b015ca367b5..2f63e9cdb5157fa56dd36272bdaf6bbf9c7eab53 100644
--- a/Source/platform/exported/WebCryptoKey.cpp
+++ b/Source/platform/exported/WebCryptoKey.cpp
@@ -35,7 +35,7 @@
#include "wtf/OwnPtr.h"
#include "wtf/ThreadSafeRefCounted.h"
-namespace WebKit {
+namespace blink {
class WebCryptoKeyPrivate : public ThreadSafeRefCounted<WebCryptoKeyPrivate> {
public:
@@ -113,4 +113,4 @@ void WebCryptoKey::reset()
m_private.reset();
}
-} // namespace WebKit
+} // namespace blink
« no previous file with comments | « Source/platform/exported/WebCryptoAlgorithm.cpp ('k') | Source/platform/exported/WebData.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698