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 185916415ea782dba5b78a38fb07b80eb25b2d34..850310f81cfd12e5a756a758234892c32d33ddfb 100644 |
--- a/chrome/browser/profiles/profile_downloader_unittest.cc |
+++ b/chrome/browser/profiles/profile_downloader_unittest.cc |
@@ -62,7 +62,7 @@ class ProfileDownloaderTest : public testing::Test, |
} |
bool NeedsProfilePicture() const override { return true; }; |
- int GetDesiredImageSideLength() const override { return 128; }; |
+ unsigned int GetDesiredImageSideLength() const override { return 128; }; |
std::string GetCachedPictureURL() const override { return ""; }; |
Profile* GetBrowserProfile() override { return profile_.get(); }; |
bool IsPreSignin() const override { return false; } |