Index: chrome/browser/profiles/gaia_info_update_service.h |
diff --git a/chrome/browser/profiles/gaia_info_update_service.h b/chrome/browser/profiles/gaia_info_update_service.h |
index 32bc73fb1b6450641896d714092b6ac09d415a60..308d8f65b39545aa01bdf04a92bb8d41043b185d 100644 |
--- a/chrome/browser/profiles/gaia_info_update_service.h |
+++ b/chrome/browser/profiles/gaia_info_update_service.h |
@@ -35,7 +35,7 @@ class GAIAInfoUpdateService : public KeyedService, |
// ProfileDownloaderDelegate: |
bool NeedsProfilePicture() const override; |
- int GetDesiredImageSideLength() const override; |
+ unsigned int GetDesiredImageSideLength() const override; |
Profile* GetBrowserProfile() override; |
std::string GetCachedPictureURL() const override; |
bool IsPreSignin() const override; |