| Index: components/zip/zip.h
|
| diff --git a/chrome/common/zip.h b/components/zip/zip.h
|
| similarity index 95%
|
| rename from chrome/common/zip.h
|
| rename to components/zip/zip.h
|
| index da8175fb754010297b8eec3c04f017955a7f2be0..a997c9cbaf1fb4c26a7b58785fb1e2dddaee7381 100644
|
| --- a/chrome/common/zip.h
|
| +++ b/components/zip/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 CHROME_COMMON_ZIP_H_
|
| -#define CHROME_COMMON_ZIP_H_
|
| +#ifndef COMPONENTS_ZIP_ZIP_H_
|
| +#define COMPONENTS_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 // CHROME_COMMON_ZIP_H_
|
| +#endif // COMPONENTS_ZIP_ZIP_H_
|
|
|