| 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 b49ab22dfc256dd1e3e51ca76f46561734706a3a..715725444368707f835c85c6d10c0eb6f56a73eb 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 "components/zip/zip_reader.h"
|
| +#include "third_party/zip/zip_reader.h"
|
|
|
| namespace safe_browsing {
|
| namespace zip_analyzer {
|
|
|