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

Unified Diff: public/platform/WebContentDecryptionModuleResult.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/WebBlobData.h ('k') | public/platform/WebConvertableToTraceFormat.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebContentDecryptionModuleResult.h
diff --git a/public/platform/WebContentDecryptionModuleResult.h b/public/platform/WebContentDecryptionModuleResult.h
index 5106b59dfc38323f7561de284288ca5180a0f9dc..4cd224eb2b2f4ba73e0c548878bfa9bee282e927 100644
--- a/public/platform/WebContentDecryptionModuleResult.h
+++ b/public/platform/WebContentDecryptionModuleResult.h
@@ -9,7 +9,7 @@
#include "WebContentDecryptionModuleException.h"
#include "WebPrivatePtr.h"
-namespace WebCore {
+namespace blink {
class ContentDecryptionModuleResult;
}
@@ -58,14 +58,14 @@ public:
BLINK_PLATFORM_EXPORT void completeWithError(WebContentDecryptionModuleException, unsigned long systemCode, const WebString& message);
#if INSIDE_BLINK
- BLINK_PLATFORM_EXPORT explicit WebContentDecryptionModuleResult(WebCore::ContentDecryptionModuleResult*);
+ BLINK_PLATFORM_EXPORT explicit WebContentDecryptionModuleResult(blink::ContentDecryptionModuleResult*);
#endif
private:
BLINK_PLATFORM_EXPORT void reset();
BLINK_PLATFORM_EXPORT void assign(const WebContentDecryptionModuleResult&);
- WebPrivatePtr<WebCore::ContentDecryptionModuleResult> m_impl;
+ WebPrivatePtr<blink::ContentDecryptionModuleResult> m_impl;
};
} // namespace blink
« no previous file with comments | « public/platform/WebBlobData.h ('k') | public/platform/WebConvertableToTraceFormat.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698