Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / platform / network / FormData.h
index 0e0700d..5dfdcd4 100644 (file)
@@ -31,7 +31,7 @@ namespace WTF{
 class TextEncoding;
 }
 
-namespace WebCore {
+namespace blink {
 
 class BlobDataHandle;
 
@@ -161,6 +161,6 @@ inline bool operator!=(const FormData& a, const FormData& b)
     return !(a == b);
 }
 
-} // namespace WebCore
+} // namespace blink
 
 #endif