| Index: net/base/gzip_filter_unittest.cc
|
| diff --git a/net/base/gzip_filter_unittest.cc b/net/base/gzip_filter_unittest.cc
|
| index 2ac4a3fc13bec0467ec3136b61aa777526e8d940..5e14a4584cca7d6095b24e3116c41d9956a370c1 100644
|
| --- a/net/base/gzip_filter_unittest.cc
|
| +++ b/net/base/gzip_filter_unittest.cc
|
| @@ -20,11 +20,6 @@ namespace {
|
| const int kDefaultBufferSize = 4096;
|
| const int kSmallBufferSize = 128;
|
|
|
| -const char kApplicationOctetStream[] = "application/octet-stream";
|
| -const char kApplicationXGzip[] = "application/x-gzip";
|
| -const char kApplicationGzip[] = "application/gzip";
|
| -const char kApplicationXGunzip[] = "application/x-gunzip";
|
| -
|
| // The GZIP header (see RFC 1952):
|
| // +---+---+---+---+---+---+---+---+---+---+
|
| // |ID1|ID2|CM |FLG| MTIME |XFL|OS |
|
|
|