Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(35)

Unified Diff: components/zip/zip.h

Issue 13257004: [components] Make zip a component so that src/chromeos can use it. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: DEPS, OWNERS Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/zip/OWNERS ('k') | components/zip/zip.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « components/zip/OWNERS ('k') | components/zip/zip.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698