Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / platform / network / HTTPHeaderMap.h
index e58ede1..811a40d 100644 (file)
@@ -36,7 +36,7 @@
 #include "wtf/text/StringHash.h"
 #include <utility>
 
-namespace WebCore {
+namespace blink {
 
 typedef Vector<std::pair<String, String> > CrossThreadHTTPHeaderMapData;
 
@@ -62,6 +62,6 @@ public:
 
 };
 
-} // namespace WebCore
+} // namespace blink
 
 #endif // HTTPHeaderMap_h