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

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

Issue 2900803002: Renaming zip_analyzer_results to archive_analyzer_results (Closed)
Patch Set: minor fixups 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
« no previous file with comments | « chrome/utility/chrome_content_utility_client.cc ('k') | chrome/utility/safe_browsing/mac/dmg_analyzer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..c44e10b015e7556ed30cc420fcbe7303e66bd9bf 100644
--- a/chrome/utility/safe_browsing/mac/dmg_analyzer.h
+++ b/chrome/utility/safe_browsing/mac/dmg_analyzer.h
@@ -6,16 +6,12 @@
#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.
-// 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
« no previous file with comments | « chrome/utility/chrome_content_utility_client.cc ('k') | chrome/utility/safe_browsing/mac/dmg_analyzer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698