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

Unified Diff: content/common/websocket.h

Issue 1050053002: Use of base::StringPairs appropriately in content WebSocket (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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 | « AUTHORS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « AUTHORS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698