Chromium Code Reviews| Index: third_party/zlib/google/zip.h |
| diff --git a/components/zip/zip.h b/third_party/zlib/google/zip.h |
| similarity index 94% |
| rename from components/zip/zip.h |
| rename to third_party/zlib/google/zip.h |
| index a997c9cbaf1fb4c26a7b58785fb1e2dddaee7381..005a58583cc0d3ce66afd709ed0f9c9ef86d3040 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_ZIP_ZIP_H_ |
|
jam
2013/05/01 22:01:08
nit: update, also all the other headers
|
| +#define THIRD_PARTY_ZIP_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_ZIP_ZIP_H_ |