Index: chrome/common/chrome_utility_messages.h |
diff --git a/chrome/common/chrome_utility_messages.h b/chrome/common/chrome_utility_messages.h |
index 4cc1bbdfc1cbfa8920a32e86944c2d771449a3fc..a30163ce15ca3bb3b55008894f96d126490b39e7 100644 |
--- a/chrome/common/chrome_utility_messages.h |
+++ b/chrome/common/chrome_utility_messages.h |
@@ -30,11 +30,13 @@ typedef std::vector<Tuple<SkBitmap, base::FilePath>> DecodedImages; |
#endif // CHROME_COMMON_CHROME_UTILITY_MESSAGES_H_ |
+#if defined(FULL_SAFE_BROWSING) |
IPC_STRUCT_TRAITS_BEGIN(safe_browsing::zip_analyzer::Results) |
IPC_STRUCT_TRAITS_MEMBER(success) |
IPC_STRUCT_TRAITS_MEMBER(has_executable) |
IPC_STRUCT_TRAITS_MEMBER(has_archive) |
IPC_STRUCT_TRAITS_END() |
+#endif |
#if defined(OS_WIN) |