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

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

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.h ('k') | third_party/zlib/google/zip_internal.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/zlib/google/zip.cc
diff --git a/components/zip/zip.cc b/third_party/zlib/google/zip.cc
similarity index 97%
rename from components/zip/zip.cc
rename to third_party/zlib/google/zip.cc
index 7521641a9f7ece04ad2b6d77c4691b1ff372512f..e24449bdb03b8c29af4b7779bbd5122e93b01e76 100644
--- a/components/zip/zip.cc
+++ b/third_party/zlib/google/zip.cc
@@ -2,16 +2,16 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "components/zip/zip.h"
+#include "third_party/zlib/google/zip.h"
#include "base/bind.h"
#include "base/file_util.h"
#include "base/logging.h"
#include "base/string16.h"
#include "base/string_util.h"
-#include "components/zip/zip_internal.h"
-#include "components/zip/zip_reader.h"
#include "net/base/file_stream.h"
+#include "third_party/zlib/google/zip_internal.h"
+#include "third_party/zlib/google/zip_reader.h"
#if defined(USE_SYSTEM_MINIZIP)
#include <minizip/unzip.h>
« no previous file with comments | « third_party/zlib/google/zip.h ('k') | third_party/zlib/google/zip_internal.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698