| Index: net/spdy/spdy_framer.cc
|
| diff --git a/net/spdy/spdy_framer.cc b/net/spdy/spdy_framer.cc
|
| index 0d9049d52eb0bd498dd138483c705dc7c780e3de..ad8cd489a27a393408e747ce9680c543c34f8e1e 100644
|
| --- a/net/spdy/spdy_framer.cc
|
| +++ b/net/spdy/spdy_framer.cc
|
| @@ -15,12 +15,7 @@
|
| #include "net/spdy/spdy_frame_builder.h"
|
| #include "net/spdy/spdy_frame_reader.h"
|
| #include "net/spdy/spdy_bitmasks.h"
|
| -
|
| -#if defined(USE_SYSTEM_ZLIB)
|
| -#include <zlib.h>
|
| -#else
|
| #include "third_party/zlib/zlib.h"
|
| -#endif
|
|
|
| using std::vector;
|
|
|
|
|