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

Unified Diff: public/platform/WebContentDecryptionModuleResult.h

Issue 457353002: Cleanup namespace usage in public/platform/Web[A-M]*.h. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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 | « public/platform/WebCompositorSupport.h ('k') | public/platform/WebContentLayer.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 4cd224eb2b2f4ba73e0c548878bfa9bee282e927..11f5a111b2fb243e44b251d07eeb907505184b0b 100644
--- a/public/platform/WebContentDecryptionModuleResult.h
+++ b/public/platform/WebContentDecryptionModuleResult.h
@@ -10,11 +10,8 @@
#include "WebPrivatePtr.h"
namespace blink {
-class ContentDecryptionModuleResult;
-}
-
-namespace blink {
+class ContentDecryptionModuleResult;
class WebString;
class WebContentDecryptionModuleResult {
@@ -58,14 +55,14 @@ public:
BLINK_PLATFORM_EXPORT void completeWithError(WebContentDecryptionModuleException, unsigned long systemCode, const WebString& message);
#if INSIDE_BLINK
- BLINK_PLATFORM_EXPORT explicit WebContentDecryptionModuleResult(blink::ContentDecryptionModuleResult*);
+ BLINK_PLATFORM_EXPORT explicit WebContentDecryptionModuleResult(ContentDecryptionModuleResult*);
#endif
private:
BLINK_PLATFORM_EXPORT void reset();
BLINK_PLATFORM_EXPORT void assign(const WebContentDecryptionModuleResult&);
- WebPrivatePtr<blink::ContentDecryptionModuleResult> m_impl;
+ WebPrivatePtr<ContentDecryptionModuleResult> m_impl;
};
} // namespace blink
« no previous file with comments | « public/platform/WebCompositorSupport.h ('k') | public/platform/WebContentLayer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698