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

Unified Diff: third_party/zlib/google/zip_internal.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/zip.cc ('k') | third_party/zlib/google/zip_internal.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/zlib/google/zip_internal.h
diff --git a/components/zip/zip_internal.h b/third_party/zlib/google/zip_internal.h
similarity index 92%
rename from components/zip/zip_internal.h
rename to third_party/zlib/google/zip_internal.h
index 4f1ea4faa3daf1081ba351085582eedcd2d4b1dc..57894bebd6459390504e49a05cda92788d9301ba 100644
--- a/components/zip/zip_internal.h
+++ b/third_party/zlib/google/zip_internal.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_INTERNAL_H_
-#define COMPONENTS_ZIP_ZIP_INTERNAL_H_
+#ifndef THIRD_PARTY_ZLIB_GOOGLE_ZIP_INTERNAL_H_
+#define THIRD_PARTY_ZLIB_GOOGLE_ZIP_INTERNAL_H_
#if defined(OS_WIN)
#include <windows.h>
@@ -59,4 +59,4 @@ const int kZipBufSize = 8192;
} // namespace internal
} // namespace zip
-#endif // COMPONENTS_ZIP_ZIP_INTERNAL_H_
+#endif // THIRD_PARTY_ZLIB_GOOGLE_ZIP_INTERNAL_H_
« no previous file with comments | « third_party/zlib/google/zip.cc ('k') | third_party/zlib/google/zip_internal.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698