diff options
Diffstat (limited to 'chrome/common/safe_browsing/zip_analyzer.cc')
-rw-r--r-- | chrome/common/safe_browsing/zip_analyzer.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/safe_browsing/zip_analyzer.cc b/chrome/common/safe_browsing/zip_analyzer.cc index a17ed64..4a1a951 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 { |