| 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 ed3bde67a0fa1ed57913e40d0e3129443804e04f..b352ca339a73792689f5009ad80116bd8cbd1b3d 100644
|
| --- a/chrome/common/safe_browsing/zip_analyzer.cc
|
| +++ b/chrome/common/safe_browsing/zip_analyzer.cc
|
| @@ -14,10 +14,10 @@
|
| #include "base/logging.h"
|
| #include "base/macros.h"
|
| #include "chrome/common/safe_browsing/binary_feature_extractor.h"
|
| +#include "chrome/common/safe_browsing/csd.pb.h"
|
| #include "chrome/common/safe_browsing/download_protection_util.h"
|
| #include "chrome/common/safe_browsing/file_type_policies.h"
|
| #include "chrome/common/safe_browsing/zip_analyzer_results.h"
|
| -#include "components/safe_browsing/csd.pb.h"
|
| #include "crypto/secure_hash.h"
|
| #include "crypto/sha2.h"
|
| #include "third_party/zlib/google/zip_reader.h"
|
|
|