Index: content/common/websocket.h |
diff --git a/content/common/websocket.h b/content/common/websocket.h |
index e79fc988c058a5f9648fdd9a81b4add6095280d6..324e9a100d489b3045780cdf79f9c7ea35affe1e 100644 |
--- a/content/common/websocket.h |
+++ b/content/common/websocket.h |
@@ -52,7 +52,7 @@ struct WebSocketHandshakeResponse { |
// HTTP status text |
std::string status_text; |
// Additional HTTP response headers |
- std::vector<std::pair<std::string, std::string> > headers; |
+ base::StringPairs headers; |
// HTTP response headers raw string |
std::string headers_text; |
// The time that this response arrives |