| Index: components/zip/zip_internal.cc
|
| diff --git a/chrome/common/zip_internal.cc b/components/zip/zip_internal.cc
|
| similarity index 99%
|
| rename from chrome/common/zip_internal.cc
|
| rename to components/zip/zip_internal.cc
|
| index 2f4021bc43a54490293c0aa0f8eb479d6b5f460e..0efbcfe1d1abe5ecfadfde6a609cf7bcc32bb08f 100644
|
| --- a/chrome/common/zip_internal.cc
|
| +++ b/components/zip/zip_internal.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "chrome/common/zip.h"
|
| +#include "components/zip/zip.h"
|
|
|
| #include <algorithm>
|
|
|
| @@ -10,9 +10,9 @@
|
| #include "base/utf_string_conversions.h"
|
|
|
| #if defined(USE_SYSTEM_MINIZIP)
|
| +#include <minizip/ioapi.h>
|
| #include <minizip/unzip.h>
|
| #include <minizip/zip.h>
|
| -#include <minizip/ioapi.h>
|
| #else
|
| #include "third_party/zlib/contrib/minizip/unzip.h"
|
| #include "third_party/zlib/contrib/minizip/zip.h"
|
|
|