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

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

Issue 458313005: Cleanup namespace usage from animation to exported in platform/ (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Cleanup namespace usage from animation to exported in platform/ Created 6 years, 4 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 a3e655ef9d77f5a77e15d7c3edeeb55182929573..c392c6e54ad8c93ef028dd06cfdaa4b74a1ff694 100644
--- a/Source/platform/exported/WebContentDecryptionModuleResult.cpp
+++ b/Source/platform/exported/WebContentDecryptionModuleResult.cpp
@@ -27,7 +27,7 @@ void WebContentDecryptionModuleResult::completeWithError(WebContentDecryptionMod
reset();
}
-WebContentDecryptionModuleResult::WebContentDecryptionModuleResult(blink::ContentDecryptionModuleResult* impl)
+WebContentDecryptionModuleResult::WebContentDecryptionModuleResult(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