| Index: third_party/zlib/google/zip.h | 
| diff --git a/components/zip/zip.h b/third_party/zlib/google/zip.h | 
| similarity index 93% | 
| rename from components/zip/zip.h | 
| rename to third_party/zlib/google/zip.h | 
| index a997c9cbaf1fb4c26a7b58785fb1e2dddaee7381..9809fce2bfb1b5f7092a65ac36eac4e291e17440 100644 | 
| --- a/components/zip/zip.h | 
| +++ b/third_party/zlib/google/zip.h | 
| @@ -2,8 +2,8 @@ | 
| // Use of this source code is governed by a BSD-style license that can be | 
| // found in the LICENSE file. | 
|  | 
| -#ifndef COMPONENTS_ZIP_ZIP_H_ | 
| -#define COMPONENTS_ZIP_ZIP_H_ | 
| +#ifndef THIRD_PARTY_ZLIB_GOOGLE_ZIP_H_ | 
| +#define THIRD_PARTY_ZLIB_GOOGLE_ZIP_H_ | 
|  | 
| #include "base/callback.h" | 
| #include "base/files/file_path.h" | 
| @@ -41,4 +41,4 @@ bool Unzip(const base::FilePath& zip_file, const base::FilePath& dest_dir); | 
|  | 
| }  // namespace zip | 
|  | 
| -#endif  // COMPONENTS_ZIP_ZIP_H_ | 
| +#endif  // THIRD_PARTY_ZLIB_GOOGLE_ZIP_H_ | 
|  |