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

Unified Diff: net/tools/quic/quic_http_response_cache.h

Issue 2591143003: Add QuicStrCat. (Closed)
Patch Set: correct quic_client_bin.cc Created 4 years 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
Index: net/tools/quic/quic_http_response_cache.h
diff --git a/net/tools/quic/quic_http_response_cache.h b/net/tools/quic/quic_http_response_cache.h
index ad274bf05f7eae43566a317a78521725ff2aa0b2..fba978f2b6ddeacfb485a9cf838c73efb8a1fac1 100644
--- a/net/tools/quic/quic_http_response_cache.h
+++ b/net/tools/quic/quic_http_response_cache.h
@@ -18,6 +18,7 @@
#include "net/http/http_response_headers.h"
#include "net/quic/core/spdy_utils.h"
#include "net/quic/platform/api/quic_mutex.h"
+#include "net/quic/platform/api/quic_str_cat.h"
Ryan Hamilton 2016/12/22 18:17:30 nit: is this required?
#include "net/spdy/spdy_framer.h"
#include "url/gurl.h"

Powered by Google App Engine
This is Rietveld 408576698