| Index: chrome/browser/profiles/gaia_info_update_service_unittest.cc
|
| diff --git a/chrome/browser/profiles/gaia_info_update_service_unittest.cc b/chrome/browser/profiles/gaia_info_update_service_unittest.cc
|
| index bb9105249aa347969100f5783c6f50c14a3e0285..ae618a046dac1e9b82aaca76f3417bfee42937cd 100644
|
| --- a/chrome/browser/profiles/gaia_info_update_service_unittest.cc
|
| +++ b/chrome/browser/profiles/gaia_info_update_service_unittest.cc
|
| @@ -173,7 +173,7 @@ TEST_F(GAIAInfoUpdateServiceTest, LogOut) {
|
| EXPECT_FALSE(service()->GetCachedPictureURL().empty());
|
|
|
| // Log out.
|
| - signin_manager->SignOut();
|
| + signin_manager->SignOut(signin_metrics::SIGNOUT_TEST);
|
| // Verify that the GAIA name and picture, and picture URL are unset.
|
| EXPECT_TRUE(GetCache()->GetGAIANameOfProfileAtIndex(0).empty());
|
| EXPECT_EQ(NULL, GetCache()->GetGAIAPictureOfProfileAtIndex(0));
|
|
|