| 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_;
|
| };
|
|
|