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

Unified Diff: chrome/common/safe_browsing/zip_analyzer.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 | « chrome/common/extensions/unpacker.cc ('k') | chrome/common/zip.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/safe_browsing/zip_analyzer.cc
diff --git a/chrome/common/safe_browsing/zip_analyzer.cc b/chrome/common/safe_browsing/zip_analyzer.cc
index a17ed64d2bc83362800ac6ac76b7b924258dbb4c..4a1a951ce6482d7c244fef17ce746303f28aa54b 100644
--- a/chrome/common/safe_browsing/zip_analyzer.cc
+++ b/chrome/common/safe_browsing/zip_analyzer.cc
@@ -6,7 +6,7 @@
#include "base/logging.h"
#include "chrome/common/safe_browsing/download_protection_util.h"
-#include "chrome/common/zip_reader.h"
+#include "components/zip/zip_reader.h"
namespace safe_browsing {
namespace zip_analyzer {
« no previous file with comments | « chrome/common/extensions/unpacker.cc ('k') | chrome/common/zip.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698