Index: chrome/common/safe_browsing/zip_analyzer_results.h |
diff --git a/chrome/common/safe_browsing/zip_analyzer_results.h b/chrome/common/safe_browsing/zip_analyzer_results.h |
index 9a739605b63f8ba5c05ceca10a3beb208df273f7..7a506cf72c966fe3e5562f4e894d97104151dd0b 100644 |
--- a/chrome/common/safe_browsing/zip_analyzer_results.h |
+++ b/chrome/common/safe_browsing/zip_analyzer_results.h |
@@ -24,6 +24,7 @@ struct Results { |
archived_binary; |
std::vector<base::FilePath> archived_archive_filenames; |
Results(); |
+ Results(const Results& other); |
~Results(); |
}; |