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

Unified Diff: third_party/zip/zip_reader.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_reader.cc
diff --git a/components/zip/zip_reader.cc b/third_party/zip/zip_reader.cc
similarity index 99%
rename from components/zip/zip_reader.cc
rename to third_party/zip/zip_reader.cc
index 9cb369571770914c0dac995b6733097eb76380dd..d4afa2647414a2058c2be8ac02806954530b950f 100644
--- a/components/zip/zip_reader.cc
+++ b/third_party/zip/zip_reader.cc
@@ -2,14 +2,14 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "components/zip/zip_reader.h"
+#include "zip_reader.h"
#include "base/file_util.h"
#include "base/logging.h"
#include "base/string_util.h"
#include "base/utf_string_conversions.h"
-#include "components/zip/zip_internal.h"
#include "net/base/file_stream.h"
+#include "zip_internal.h"
#if defined(USE_SYSTEM_MINIZIP)
#include <minizip/unzip.h>

Powered by Google App Engine
This is Rietveld 408576698