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

Unified Diff: public/platform/WebHTTPBody.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/WebFloatSize.h ('k') | public/platform/WebHTTPLoadInfo.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebHTTPBody.h
diff --git a/public/platform/WebHTTPBody.h b/public/platform/WebHTTPBody.h
index 98d11106f06fc15b6181cedff305782eb9e8a848..dc6e4dc37eaf30adc4908b41f4d7ea15ac1b5d8a 100644
--- a/public/platform/WebHTTPBody.h
+++ b/public/platform/WebHTTPBody.h
@@ -38,7 +38,7 @@
#include "WebURL.h"
#if INSIDE_BLINK
-namespace WebCore { class FormData; }
+namespace blink { class FormData; }
namespace WTF { template <typename T> class PassRefPtr; }
#endif
@@ -101,9 +101,9 @@ public:
BLINK_PLATFORM_EXPORT void setContainsPasswordData(bool);
#if INSIDE_BLINK
- BLINK_PLATFORM_EXPORT WebHTTPBody(const WTF::PassRefPtr<WebCore::FormData>&);
- BLINK_PLATFORM_EXPORT WebHTTPBody& operator=(const WTF::PassRefPtr<WebCore::FormData>&);
- BLINK_PLATFORM_EXPORT operator WTF::PassRefPtr<WebCore::FormData>() const;
+ BLINK_PLATFORM_EXPORT WebHTTPBody(const WTF::PassRefPtr<blink::FormData>&);
+ BLINK_PLATFORM_EXPORT WebHTTPBody& operator=(const WTF::PassRefPtr<blink::FormData>&);
+ BLINK_PLATFORM_EXPORT operator WTF::PassRefPtr<blink::FormData>() const;
#endif
private:
« no previous file with comments | « public/platform/WebFloatSize.h ('k') | public/platform/WebHTTPLoadInfo.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698