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

Unified Diff: Source/platform/exported/WebCryptoResult.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
Index: Source/platform/exported/WebCryptoResult.cpp
diff --git a/Source/platform/exported/WebCryptoResult.cpp b/Source/platform/exported/WebCryptoResult.cpp
index a0545e9bd8314dc818783a854ba74449cb7c1193..f2499c8b0c2d31f17a6bd2bc53c92fc3b9fb82d9 100644
--- a/Source/platform/exported/WebCryptoResult.cpp
+++ b/Source/platform/exported/WebCryptoResult.cpp
@@ -91,7 +91,7 @@ bool WebCryptoResult::cancelled() const
return m_impl->cancelled();
}
-WebCryptoResult::WebCryptoResult(const PassRefPtr<WebCore::CryptoResult>& impl)
+WebCryptoResult::WebCryptoResult(const PassRefPtr<blink::CryptoResult>& impl)
: m_impl(impl)
{
ASSERT(m_impl.get());
« no previous file with comments | « Source/platform/exported/WebConvertableToTraceFormat.cpp ('k') | Source/platform/exported/WebCursorInfo.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698