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

Unified Diff: components/safe_browsing_db/v4_get_hash_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
Index: components/safe_browsing_db/v4_get_hash_protocol_manager_unittest.cc
diff --git a/components/safe_browsing_db/v4_get_hash_protocol_manager_unittest.cc b/components/safe_browsing_db/v4_get_hash_protocol_manager_unittest.cc
index 73df2b9d830e33b5e010cf54e60609d63d2e30ee..fe4eb14221cc5ed9187fe4a3aa581e37f0b4c9ab 100644
--- a/components/safe_browsing_db/v4_get_hash_protocol_manager_unittest.cc
+++ b/components/safe_browsing_db/v4_get_hash_protocol_manager_unittest.cc
@@ -261,7 +261,7 @@ TEST_F(SafeBrowsingV4GetHashProtocolManagerTest,
FindFullHashesResponse res;
res.mutable_negative_cache_duration()->set_seconds(600);
- res.add_matches()->set_threat_entry_type(BINARY_DIGEST);
+ res.add_matches()->set_threat_entry_type(EXECUTABLE);
// Serialize.
std::string res_data;
« no previous file with comments | « components/safe_browsing_db/safebrowsing.proto ('k') | components/safe_browsing_db/v4_protocol_manager_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698