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

Unified Diff: Source/platform/exported/WebContentDecryptionModuleSession.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/WebContentDecryptionModuleSession.cpp
diff --git a/Source/platform/exported/WebContentDecryptionModuleSession.cpp b/Source/platform/exported/WebContentDecryptionModuleSession.cpp
index 3d18f1677d944bb45d49cc46e7e20dc6efb00e01..5ec6afe2c5db5ee9d6c086799b1f36bd3da82b5d 100644
--- a/Source/platform/exported/WebContentDecryptionModuleSession.cpp
+++ b/Source/platform/exported/WebContentDecryptionModuleSession.cpp
@@ -25,7 +25,7 @@
#include "config.h"
#include "public/platform/WebContentDecryptionModuleSession.h"
-namespace WebKit {
+namespace blink {
WebContentDecryptionModuleSession::~WebContentDecryptionModuleSession()
{
@@ -35,4 +35,4 @@ WebContentDecryptionModuleSession::Client::~Client()
{
}
-} // namespace WebKit
+} // namespace blink
« no previous file with comments | « Source/platform/exported/WebContentDecryptionModule.cpp ('k') | Source/platform/exported/WebCryptoAlgorithm.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698