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

Unified Diff: chrome/common/safe_browsing/zip_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
Index: chrome/common/safe_browsing/zip_analyzer.h
diff --git a/chrome/common/safe_browsing/zip_analyzer.h b/chrome/common/safe_browsing/zip_analyzer.h
index b3109b9138f02e1a06c3f73b987a65fd26cda467..5b3c00947483557c32ed16b98085c06dec950763 100644
--- a/chrome/common/safe_browsing/zip_analyzer.h
+++ b/chrome/common/safe_browsing/zip_analyzer.h
@@ -12,13 +12,14 @@
#include "components/safe_browsing/csd.pb.h"
namespace safe_browsing {
-namespace zip_analyzer {
-struct Results;
+struct ArchiveAnalyzerResults;
+
+namespace zip_analyzer {
void AnalyzeZipFile(base::File zip_file,
base::File temp_file,
- Results* results);
+ ArchiveAnalyzerResults* results);
} // namespace zip_analyzer
} // namespace safe_browsing
« no previous file with comments | « chrome/common/safe_browsing/archive_analyzer_results.cc ('k') | chrome/common/safe_browsing/zip_analyzer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698