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

Unified Diff: chrome/common/chrome_utility_messages.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/common/BUILD.gn ('k') | chrome/common/safe_archive_analyzer.typemap » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_utility_messages.h
diff --git a/chrome/common/chrome_utility_messages.h b/chrome/common/chrome_utility_messages.h
index 744fca1bc568ef1e1f9a5f57f15fed8ab6fd36e6..045a338f09a2d0b2d55af1b7bcbba3d7167b9c2c 100644
--- a/chrome/common/chrome_utility_messages.h
+++ b/chrome/common/chrome_utility_messages.h
@@ -19,9 +19,9 @@
#include "ipc/ipc_message_macros.h"
#if defined(FULL_SAFE_BROWSING)
+#include "chrome/common/safe_browsing/archive_analyzer_results.h"
#include "chrome/common/safe_browsing/ipc_protobuf_message_macros.h"
#include "chrome/common/safe_browsing/protobuf_message_param_traits.h"
-#include "chrome/common/safe_browsing/zip_analyzer_results.h"
#endif
// Singly-included section for typedefs.
@@ -112,7 +112,7 @@ IPC_PROTOBUF_MESSAGE_TRAITS_BEGIN(
IPC_PROTOBUF_MESSAGE_TRAITS_OPTIONAL_COMPLEX_MEMBER(image_headers)
IPC_PROTOBUF_MESSAGE_TRAITS_END()
-IPC_STRUCT_TRAITS_BEGIN(safe_browsing::zip_analyzer::Results)
+IPC_STRUCT_TRAITS_BEGIN(safe_browsing::ArchiveAnalyzerResults)
IPC_STRUCT_TRAITS_MEMBER(success)
IPC_STRUCT_TRAITS_MEMBER(has_executable)
IPC_STRUCT_TRAITS_MEMBER(has_archive)
« no previous file with comments | « chrome/common/BUILD.gn ('k') | chrome/common/safe_archive_analyzer.typemap » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698