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

Unified Diff: third_party/zip/zip.cc

Issue 14021015: Move components/zip to third_party/zip (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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/zip/zip.cc
diff --git a/components/zip/zip.cc b/third_party/zip/zip.cc
similarity index 98%
rename from components/zip/zip.cc
rename to third_party/zip/zip.cc
index 7521641a9f7ece04ad2b6d77c4691b1ff372512f..c67c69e6d22e0d79c40f9bcf4afbbb56ea9ca739 100644
--- a/components/zip/zip.cc
+++ b/third_party/zip/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 "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 "zip_internal.h"
jam 2013/04/29 16:22:51 nit: agree with Joi, these need to be third_party/
alecflett 2013/04/29 17:13:19 Done.
+#include "zip_reader.h"
#if defined(USE_SYSTEM_MINIZIP)
#include <minizip/unzip.h>

Powered by Google App Engine
This is Rietveld 408576698