Chromium Code Reviews| Index: chrome/utility/safe_browsing/mac/dmg_analyzer.h |
| diff --git a/chrome/utility/safe_browsing/mac/dmg_analyzer.h b/chrome/utility/safe_browsing/mac/dmg_analyzer.h |
| index 7c7ae1547e852a2df3c0441d9f8fea77114d8156..6616767c50fa79feb96c0945182e81ae2a6f1456 100644 |
| --- a/chrome/utility/safe_browsing/mac/dmg_analyzer.h |
| +++ b/chrome/utility/safe_browsing/mac/dmg_analyzer.h |
| @@ -6,16 +6,13 @@ |
| #define CHROME_UTILITY_SAFE_BROWSING_MAC_DMG_ANALYZER_H_ |
| #include "base/files/file.h" |
| -#include "chrome/common/safe_browsing/zip_analyzer_results.h" |
| +#include "chrome/common/safe_browsing/archive_analyzer_results.h" |
| namespace safe_browsing { |
| namespace dmg { |
| // Analyzes a DMG file and reports the results. |
|
vakh (use Gerrit instead)
2017/05/23 17:34:31
Optional: Comment does not add any information tha
mortonm
2017/05/23 17:53:51
Done.
|
| -// TODO(rsesek): Rename zip_analyzer::Results to something more generic. |
| -void AnalyzeDMGFile(base::File dmg_file, |
| - safe_browsing::zip_analyzer::Results* results); |
| - |
| +void AnalyzeDMGFile(base::File dmg_file, ArchiveAnalyzerResults* results); |
| } // namespace dmg |
| } // namespace safe_browsing |