| Index: components/safe_browsing/password_protection/password_protection_service_unittest.cc
|
| diff --git a/components/safe_browsing/password_protection/password_protection_service_unittest.cc b/components/safe_browsing/password_protection/password_protection_service_unittest.cc
|
| index fb61afd5bb5940f5b6c4ef380dee77a861ab4adc..578fe9362df00447e609c6308f40334cc0362bf2 100644
|
| --- a/components/safe_browsing/password_protection/password_protection_service_unittest.cc
|
| +++ b/components/safe_browsing/password_protection/password_protection_service_unittest.cc
|
| @@ -431,7 +431,7 @@ TEST_F(PasswordProtectionServiceTest, VerifyCanGetReputationOfURL) {
|
| EXPECT_FALSE(PasswordProtectionService::CanGetReputationOfURL(
|
| GURL("http://10.0.1.0/")));
|
| EXPECT_FALSE(PasswordProtectionService::CanGetReputationOfURL(
|
| - GURL("http://FEED::BEEF")));
|
| + GURL("http://[FEED::BEEF]")));
|
|
|
| // Main frame URL is a no-yet-assigned y ICANN gTLD.
|
| EXPECT_FALSE(PasswordProtectionService::CanGetReputationOfURL(
|
|
|