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

Unified Diff: components/safe_browsing_db/v4_update_protocol_manager_unittest.cc

Issue 2012553002: s/BINARY_DIGEST/EXECUTABLE in safebrowsing.proto (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@URLEXP2URL
Patch Set: git fetch && git pull && gclient sync Created 4 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 | « components/safe_browsing_db/v4_protocol_manager_util.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/safe_browsing_db/v4_update_protocol_manager_unittest.cc
diff --git a/components/safe_browsing_db/v4_update_protocol_manager_unittest.cc b/components/safe_browsing_db/v4_update_protocol_manager_unittest.cc
index 9623c22199d16ef738e5cda8b211483299a0b39e..d840d8b280b640cfdbae59fd8ca3838ffd2f6476 100644
--- a/components/safe_browsing_db/v4_update_protocol_manager_unittest.cc
+++ b/components/safe_browsing_db/v4_update_protocol_manager_unittest.cc
@@ -86,7 +86,7 @@ class V4UpdateProtocolManagerTest : public testing::Test {
current_list_states->insert({list_identifier, "initial_state_2"});
list_identifier.platform_type = WINDOWS_PLATFORM;
- list_identifier.threat_entry_type = BINARY_DIGEST;
+ list_identifier.threat_entry_type = EXECUTABLE;
list_identifier.threat_type = MALWARE_THREAT;
current_list_states->insert({list_identifier, "initial_state_3"});
}
@@ -110,7 +110,7 @@ class V4UpdateProtocolManagerTest : public testing::Test {
lur.set_platform_type(WINDOWS_PLATFORM);
lur.set_response_type(ListUpdateResponse::FULL_UPDATE);
- lur.set_threat_entry_type(BINARY_DIGEST);
+ lur.set_threat_entry_type(EXECUTABLE);
lur.set_threat_type(MALWARE_THREAT);
lur.set_new_client_state("new_state_3");
expected_lurs->push_back(lur);
« no previous file with comments | « components/safe_browsing_db/v4_protocol_manager_util.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698