| Index: Source/platform/network/HTTPHeaderMap.h
|
| diff --git a/Source/platform/network/HTTPHeaderMap.h b/Source/platform/network/HTTPHeaderMap.h
|
| index e58ede1fb07d40b4c4deb4739edec0846a869f91..811a40de644df9a07e60ffc8ed31d07ab2c1bd22 100644
|
| --- a/Source/platform/network/HTTPHeaderMap.h
|
| +++ b/Source/platform/network/HTTPHeaderMap.h
|
| @@ -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
|
|
|