Chromium Code Reviews| Index: third_party/zip/zip.cc |
| diff --git a/components/zip/zip.cc b/third_party/zip/zip.cc |
| similarity index 98% |
| rename from components/zip/zip.cc |
| rename to third_party/zip/zip.cc |
| index 7521641a9f7ece04ad2b6d77c4691b1ff372512f..c67c69e6d22e0d79c40f9bcf4afbbb56ea9ca739 100644 |
| --- a/components/zip/zip.cc |
| +++ b/third_party/zip/zip.cc |
| @@ -2,16 +2,16 @@ |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| -#include "components/zip/zip.h" |
| +#include "zip.h" |
| #include "base/bind.h" |
| #include "base/file_util.h" |
| #include "base/logging.h" |
| #include "base/string16.h" |
| #include "base/string_util.h" |
| -#include "components/zip/zip_internal.h" |
| -#include "components/zip/zip_reader.h" |
| #include "net/base/file_stream.h" |
| +#include "zip_internal.h" |
|
jam
2013/04/29 16:22:51
nit: agree with Joi, these need to be third_party/
alecflett
2013/04/29 17:13:19
Done.
|
| +#include "zip_reader.h" |
| #if defined(USE_SYSTEM_MINIZIP) |
| #include <minizip/unzip.h> |