| Index: third_party/zip/zip_internal.cc
|
| diff --git a/components/zip/zip_internal.cc b/third_party/zip/zip_internal.cc
|
| similarity index 99%
|
| rename from components/zip/zip_internal.cc
|
| rename to third_party/zip/zip_internal.cc
|
| index 56bca5e923aa4f670f78c40f305e017f670f4a4a..bc09a6c6e7baa668b96aa6a83ac409d2ef15da15 100644
|
| --- a/components/zip/zip_internal.cc
|
| +++ b/third_party/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 "components/zip/zip.h"
|
| +#include "zip.h"
|
|
|
| #include <algorithm>
|
|
|
|
|