| Index: chrome/browser/password_manager/chrome_password_manager_client_unittest.cc
|
| diff --git a/chrome/browser/password_manager/chrome_password_manager_client_unittest.cc b/chrome/browser/password_manager/chrome_password_manager_client_unittest.cc
|
| index f04d0b96beeda0b159345208b1e48481239598e5..f6d0a9e1fd5be0c9b253607424b1ede77b1b02b7 100644
|
| --- a/chrome/browser/password_manager/chrome_password_manager_client_unittest.cc
|
| +++ b/chrome/browser/password_manager/chrome_password_manager_client_unittest.cc
|
| @@ -301,7 +301,7 @@ TEST_F(ChromePasswordManagerClientTest,
|
| // Make sure testing sites are disabled as well.
|
| NavigateAndCommit(
|
| GURL("https://accounts.google.com/Login?continue="
|
| - "https://passwords-testing.corp.google.com/settings&rart=456"));
|
| + "https://passwords-ac-testing.corp.google.com/settings&rart=456"));
|
| EXPECT_FALSE(client->IsPasswordManagerEnabledForCurrentPage());
|
|
|
| // Fully qualified domain name is considered a different hostname by GURL.
|
|
|