Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(106)

Unified Diff: chrome/utility/safe_browsing/mac/dmg_analyzer.h

Issue 2900803002: Renaming zip_analyzer_results to archive_analyzer_results (Closed)
Patch Set: updating preprocessor macros Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698