Index: chrome/browser/safe_browsing/chrome_password_protection_service_unittest.cc |
diff --git a/chrome/browser/safe_browsing/chrome_password_protection_service_unittest.cc b/chrome/browser/safe_browsing/chrome_password_protection_service_unittest.cc |
index 348c10c57ec08215e08d782b22efcc44833b8879..1ad9ebf379c43d7525299a61d50fdd29b29b2f15 100644 |
--- a/chrome/browser/safe_browsing/chrome_password_protection_service_unittest.cc |
+++ b/chrome/browser/safe_browsing/chrome_password_protection_service_unittest.cc |
@@ -393,7 +393,7 @@ TEST_F(ChromePasswordProtectionServiceTest, |
EXPECT_EQ(GURL(kPhishingURL), resource.url); |
EXPECT_EQ(GURL(kPhishingURL), resource.original_url); |
EXPECT_FALSE(resource.is_subresource); |
- EXPECT_EQ(SB_THREAT_TYPE_PASSWORD_PROTECTION_PHISHING_URL, |
+ EXPECT_EQ(SB_THREAT_TYPE_URL_PASSWORD_PROTECTION_PHISHING, |
resource.threat_type); |
EXPECT_EQ(ThreatSource::PASSWORD_PROTECTION_SERVICE, resource.threat_source); |
EXPECT_EQ(web_contents(), resource.web_contents_getter.Run()); |