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

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: Update unit_tests.isolate for new test data location 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
« no previous file with comments | « third_party/zlib/google/OWNERS ('k') | third_party/zlib/google/zip.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « third_party/zlib/google/OWNERS ('k') | third_party/zlib/google/zip.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698