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

Unified Diff: public/platform/WebBlobData.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/WebAudioBus.h ('k') | public/platform/WebContentDecryptionModuleResult.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebBlobData.h
diff --git a/public/platform/WebBlobData.h b/public/platform/WebBlobData.h
index 15e9a68dad12d5dd1005e607df93dafd0142beba..f9c69e97029b898e771343d16a4f6ca511e6c947 100644
--- a/public/platform/WebBlobData.h
+++ b/public/platform/WebBlobData.h
@@ -37,7 +37,7 @@
#include "WebThreadSafeData.h"
#include "WebURL.h"
-namespace WebCore { class BlobData; }
+namespace blink { class BlobData; }
#if INSIDE_BLINK
namespace WTF { template <typename T> class PassOwnPtr; }
#endif
@@ -72,13 +72,13 @@ public:
BLINK_PLATFORM_EXPORT WebString contentType() const;
#if INSIDE_BLINK
- BLINK_PLATFORM_EXPORT WebBlobData(const WTF::PassOwnPtr<WebCore::BlobData>&);
- BLINK_PLATFORM_EXPORT WebBlobData& operator=(const WTF::PassOwnPtr<WebCore::BlobData>&);
- BLINK_PLATFORM_EXPORT operator WTF::PassOwnPtr<WebCore::BlobData>();
+ BLINK_PLATFORM_EXPORT WebBlobData(const WTF::PassOwnPtr<blink::BlobData>&);
+ BLINK_PLATFORM_EXPORT WebBlobData& operator=(const WTF::PassOwnPtr<blink::BlobData>&);
+ BLINK_PLATFORM_EXPORT operator WTF::PassOwnPtr<blink::BlobData>();
#endif
private:
- WebPrivateOwnPtr<WebCore::BlobData> m_private;
+ WebPrivateOwnPtr<blink::BlobData> m_private;
};
} // namespace blink
« no previous file with comments | « public/platform/WebAudioBus.h ('k') | public/platform/WebContentDecryptionModuleResult.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698