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

Unified Diff: net/spdy/chromium/header_coalescer_test.cc

Issue 2847133003: Add NetLog event for invalid Http/2 response header (Closed)
Patch Set: address comments Created 3 years, 7 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 | « net/spdy/chromium/header_coalescer.cc ('k') | net/spdy/chromium/spdy_session.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/spdy/chromium/header_coalescer_test.cc
diff --git a/net/spdy/chromium/header_coalescer_test.cc b/net/spdy/chromium/header_coalescer_test.cc
index 9194acfc8c693aa3bfe3e61ff9981d6f37ed6882..58b3047f0ef01c876f46dd450a6d70bf302bc331 100644
--- a/net/spdy/chromium/header_coalescer_test.cc
+++ b/net/spdy/chromium/header_coalescer_test.cc
@@ -6,6 +6,7 @@
#include <vector>
+#include "net/log/net_log_with_source.h"
#include "net/spdy/platform/api/spdy_string.h"
#include "net/spdy/platform/api/spdy_string_utils.h"
#include "testing/gmock/include/gmock/gmock.h"
@@ -19,6 +20,8 @@ namespace test {
class HeaderCoalescerTest : public ::testing::Test {
public:
+ HeaderCoalescerTest() : header_coalescer_(NetLogWithSource()) {}
+
protected:
HeaderCoalescer header_coalescer_;
};
« no previous file with comments | « net/spdy/chromium/header_coalescer.cc ('k') | net/spdy/chromium/spdy_session.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698