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

Unified Diff: components/zip/zip_reader.cc

Issue 13257004: [components] Make zip a component so that src/chromeos can use it. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: DEPS, OWNERS Created 7 years, 9 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 | « components/zip/zip_reader.h ('k') | components/zip/zip_reader_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/zip/zip_reader.cc
diff --git a/chrome/common/zip_reader.cc b/components/zip/zip_reader.cc
similarity index 99%
rename from chrome/common/zip_reader.cc
rename to components/zip/zip_reader.cc
index eb2ba98fbe5332c5f5aef70ad18b8a8f4614c2e2..9cb369571770914c0dac995b6733097eb76380dd 100644
--- a/chrome/common/zip_reader.cc
+++ b/components/zip/zip_reader.cc
@@ -2,13 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "chrome/common/zip_reader.h"
+#include "components/zip/zip_reader.h"
#include "base/file_util.h"
#include "base/logging.h"
#include "base/string_util.h"
#include "base/utf_string_conversions.h"
-#include "chrome/common/zip_internal.h"
+#include "components/zip/zip_internal.h"
#include "net/base/file_stream.h"
#if defined(USE_SYSTEM_MINIZIP)
« no previous file with comments | « components/zip/zip_reader.h ('k') | components/zip/zip_reader_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698