| Index: chrome/common/safe_browsing/zip_analyzer.h
|
| diff --git a/chrome/common/safe_browsing/zip_analyzer.h b/chrome/common/safe_browsing/zip_analyzer.h
|
| index b3109b9138f02e1a06c3f73b987a65fd26cda467..5b3c00947483557c32ed16b98085c06dec950763 100644
|
| --- a/chrome/common/safe_browsing/zip_analyzer.h
|
| +++ b/chrome/common/safe_browsing/zip_analyzer.h
|
| @@ -12,13 +12,14 @@
|
| #include "components/safe_browsing/csd.pb.h"
|
|
|
| namespace safe_browsing {
|
| -namespace zip_analyzer {
|
|
|
| -struct Results;
|
| +struct ArchiveAnalyzerResults;
|
| +
|
| +namespace zip_analyzer {
|
|
|
| void AnalyzeZipFile(base::File zip_file,
|
| base::File temp_file,
|
| - Results* results);
|
| + ArchiveAnalyzerResults* results);
|
|
|
| } // namespace zip_analyzer
|
| } // namespace safe_browsing
|
|
|