| 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 04d2ff6f5cecfe0d5c802e33fa797a9ca79a12dd..bb9105249aa347969100f5783c6f50c14a3e0285 100644
|
| --- a/chrome/browser/profiles/gaia_info_update_service_unittest.cc
|
| +++ b/chrome/browser/profiles/gaia_info_update_service_unittest.cc
|
| @@ -117,8 +117,6 @@ TEST_F(GAIAInfoUpdateServiceTest, DownloadSuccess) {
|
| EXPECT_EQ(name, GetCache()->GetNameOfProfileAtIndex(index));
|
| EXPECT_EQ(name, GetCache()->GetGAIANameOfProfileAtIndex(index));
|
| EXPECT_TRUE(gfx::test::IsEqual(
|
| - image, GetCache()->GetAvatarIconOfProfileAtIndex(index)));
|
| - EXPECT_TRUE(gfx::test::IsEqual(
|
| image, *GetCache()->GetGAIAPictureOfProfileAtIndex(index)));
|
| EXPECT_EQ(url, service()->GetCachedPictureURL());
|
| }
|
|
|