| Index: net/base/gzip_filter_unittest.cc
|
| diff --git a/net/base/gzip_filter_unittest.cc b/net/base/gzip_filter_unittest.cc
|
| index 8b76e8cbde3684c5bc0893288a372847b9422a9d..c889143c33a844031939232f5242a2765e3e1245 100644
|
| --- a/net/base/gzip_filter_unittest.cc
|
| +++ b/net/base/gzip_filter_unittest.cc
|
| @@ -5,12 +5,6 @@
|
| #include <fstream>
|
| #include <ostream>
|
|
|
| -#if defined(USE_SYSTEM_ZLIB)
|
| -#include <zlib.h>
|
| -#else
|
| -#include "third_party/zlib/zlib.h"
|
| -#endif
|
| -
|
| #include "base/file_util.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/path_service.h"
|
| @@ -19,6 +13,7 @@
|
| #include "net/base/io_buffer.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "testing/platform_test.h"
|
| +#include "third_party/zlib/zlib.h"
|
|
|
| namespace {
|
|
|
|
|