| Index: third_party/zlib/google/zip_reader.cc
|
| diff --git a/components/zip/zip_reader.cc b/third_party/zlib/google/zip_reader.cc
|
| similarity index 98%
|
| rename from components/zip/zip_reader.cc
|
| rename to third_party/zlib/google/zip_reader.cc
|
| index 9cb369571770914c0dac995b6733097eb76380dd..5433b0417c085109653bbb8e5a5958f9e52ee2ca 100644
|
| --- a/components/zip/zip_reader.cc
|
| +++ b/third_party/zlib/google/zip_reader.cc
|
| @@ -2,14 +2,14 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "components/zip/zip_reader.h"
|
| +#include "third_party/zlib/google/zip_reader.h"
|
|
|
| #include "base/file_util.h"
|
| #include "base/logging.h"
|
| #include "base/string_util.h"
|
| #include "base/utf_string_conversions.h"
|
| -#include "components/zip/zip_internal.h"
|
| #include "net/base/file_stream.h"
|
| +#include "third_party/zlib/google/zip_internal.h"
|
|
|
| #if defined(USE_SYSTEM_MINIZIP)
|
| #include <minizip/unzip.h>
|
|
|