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

Unified Diff: third_party/zlib/google/zip.h

Issue 14021015: Move components/zip to third_party/zip (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove unnecessary README.chromium Created 7 years, 8 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
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_

Powered by Google App Engine
This is Rietveld 408576698