Index: Source/platform/network/FormDataBuilder.cpp |
diff --git a/Source/platform/network/FormDataBuilder.cpp b/Source/platform/network/FormDataBuilder.cpp |
index 45b1af9da8ef986d54035b6103d8155636e78b34..0ca310783249c0700cc82adb922f41c93b815b6d 100644 |
--- a/Source/platform/network/FormDataBuilder.cpp |
+++ b/Source/platform/network/FormDataBuilder.cpp |
@@ -31,7 +31,7 @@ |
#include "wtf/text/CString.h" |
#include "wtf/text/TextEncoding.h" |
-namespace WebCore { |
+namespace blink { |
// Helper functions |
static inline void append(Vector<char>& buffer, char string) |