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

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

Issue 400543004: Rename WebCore namespace to blink in Platform (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/platform/exported/WebBlobData.cpp ('k') | Source/platform/exported/WebConvertableToTraceFormat.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/exported/WebContentDecryptionModuleResult.cpp
diff --git a/Source/platform/exported/WebContentDecryptionModuleResult.cpp b/Source/platform/exported/WebContentDecryptionModuleResult.cpp
index cd6bdd40c1db80cc57c472f09d56b1566500bb96..a3e655ef9d77f5a77e15d7c3edeeb55182929573 100644
--- a/Source/platform/exported/WebContentDecryptionModuleResult.cpp
+++ b/Source/platform/exported/WebContentDecryptionModuleResult.cpp
@@ -27,7 +27,7 @@ void WebContentDecryptionModuleResult::completeWithError(WebContentDecryptionMod
reset();
}
-WebContentDecryptionModuleResult::WebContentDecryptionModuleResult(WebCore::ContentDecryptionModuleResult* impl)
+WebContentDecryptionModuleResult::WebContentDecryptionModuleResult(blink::ContentDecryptionModuleResult* impl)
: m_impl(impl)
{
ASSERT(m_impl.get());
« no previous file with comments | « Source/platform/exported/WebBlobData.cpp ('k') | Source/platform/exported/WebConvertableToTraceFormat.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698