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

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

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/safe_browsing/mac/dmg_analyzer.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/utility/safe_browsing/mac/dmg_analyzer.cc
diff --git a/chrome/utility/safe_browsing/mac/dmg_analyzer.cc b/chrome/utility/safe_browsing/mac/dmg_analyzer.cc
index a93d19c171d96f10f36e696809976182087b5d44..09ebf17f7f483f5229d737a6eae57063acac8fd8 100644
--- a/chrome/utility/safe_browsing/mac/dmg_analyzer.cc
+++ b/chrome/utility/safe_browsing/mac/dmg_analyzer.cc
@@ -117,8 +117,7 @@ bool MachOFeatureExtractor::HashAndCopyStream(
} // namespace
-void AnalyzeDMGFile(base::File dmg_file,
- safe_browsing::zip_analyzer::Results* results) {
+void AnalyzeDMGFile(base::File dmg_file, ArchiveAnalyzerResults* results) {
MachOFeatureExtractor feature_extractor;
results->success = false;
« no previous file with comments | « chrome/utility/safe_browsing/mac/dmg_analyzer.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698