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

Unified Diff: Source/platform/network/HTTPHeaderMap.h

Issue 400543004: Rename WebCore namespace to blink in Platform (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 | « Source/platform/network/FormDataBuilder.cpp ('k') | Source/platform/network/HTTPHeaderMap.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « Source/platform/network/FormDataBuilder.cpp ('k') | Source/platform/network/HTTPHeaderMap.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698