Index: chrome/browser/profiles/profile_downloader_unittest.cc |
diff --git a/chrome/browser/profiles/profile_downloader_unittest.cc b/chrome/browser/profiles/profile_downloader_unittest.cc |
index 9b47c188676f25eec97df234e49acb1cfae58f4f..74ceae414bb04c5e6233ef62e9e06eb03b20013f 100644 |
--- a/chrome/browser/profiles/profile_downloader_unittest.cc |
+++ b/chrome/browser/profiles/profile_downloader_unittest.cc |
@@ -90,8 +90,8 @@ TEST_F(ProfileDownloaderTest, DefaultURL) { |
// Picasa default photo |
EXPECT_TRUE(ProfileDownloader::IsDefaultProfileImageURL( |
"https://example.com/-4/AAAAAAAAAAA/AAAAAAAAAAE/G/s64-c/photo.jpg")); |
- // G+ default photo |
- EXPECT_TRUE(ProfileDownloader::IsDefaultProfileImageURL( |
+ // Not default G+ photo |
+ EXPECT_FALSE(ProfileDownloader::IsDefaultProfileImageURL( |
"https://example.com/-4/AAAAAAAAAAI/AAAAAAAAAAA/G/photo.jpg")); |
// Not default with 6 components |
EXPECT_FALSE(ProfileDownloader::IsDefaultProfileImageURL( |