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

Unified Diff: public/platform/WebCrypto.h

Issue 401973003: Rename WebCore namespace to blink in Public (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 | « public/platform/WebConvertableToTraceFormat.h ('k') | public/platform/WebCursorInfo.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebCrypto.h
diff --git a/public/platform/WebCrypto.h b/public/platform/WebCrypto.h
index 7d8c0f3d3be966afa3bba035f72a6a03fb6a1e92..d76989b2f1727cad549e8a3ce8a3eca79aa57cba 100644
--- a/public/platform/WebCrypto.h
+++ b/public/platform/WebCrypto.h
@@ -38,7 +38,7 @@
#include "WebString.h"
#include "WebVector.h"
-namespace WebCore { class CryptoResult; }
+namespace blink { class CryptoResult; }
#if INSIDE_BLINK
namespace WTF { template <typename T> class PassRefPtr; }
@@ -100,14 +100,14 @@ public:
BLINK_PLATFORM_EXPORT bool cancelled() const;
#if INSIDE_BLINK
- BLINK_PLATFORM_EXPORT explicit WebCryptoResult(const WTF::PassRefPtr<WebCore::CryptoResult>&);
+ BLINK_PLATFORM_EXPORT explicit WebCryptoResult(const WTF::PassRefPtr<blink::CryptoResult>&);
#endif
private:
BLINK_PLATFORM_EXPORT void reset();
BLINK_PLATFORM_EXPORT void assign(const WebCryptoResult&);
- WebPrivatePtr<WebCore::CryptoResult> m_impl;
+ WebPrivatePtr<blink::CryptoResult> m_impl;
};
class WebCryptoDigestor {
« no previous file with comments | « public/platform/WebConvertableToTraceFormat.h ('k') | public/platform/WebCursorInfo.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698