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

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

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.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;

Powered by Google App Engine
This is Rietveld 408576698