| Index: third_party/zip/zip_reader.cc
|
| diff --git a/components/zip/zip_reader.cc b/third_party/zip/zip_reader.cc
|
| similarity index 99%
|
| rename from components/zip/zip_reader.cc
|
| rename to third_party/zip/zip_reader.cc
|
| index 9cb369571770914c0dac995b6733097eb76380dd..d4afa2647414a2058c2be8ac02806954530b950f 100644
|
| --- a/components/zip/zip_reader.cc
|
| +++ b/third_party/zip/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 "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 "zip_internal.h"
|
|
|
| #if defined(USE_SYSTEM_MINIZIP)
|
| #include <minizip/unzip.h>
|
|
|