| Index: chrome/browser/profiles/gaia_info_update_service.cc
|
| diff --git a/chrome/browser/profiles/gaia_info_update_service.cc b/chrome/browser/profiles/gaia_info_update_service.cc
|
| index dc8104d041e62bf2858e67ab03bb12225853f72d..4ade0febaae143474ea25315a097146d6f3ceaf1 100644
|
| --- a/chrome/browser/profiles/gaia_info_update_service.cc
|
| +++ b/chrome/browser/profiles/gaia_info_update_service.cc
|
| @@ -85,7 +85,7 @@ bool GAIAInfoUpdateService::NeedsProfilePicture() const {
|
| return true;
|
| }
|
|
|
| -int GAIAInfoUpdateService::GetDesiredImageSideLength() const {
|
| +unsigned int GAIAInfoUpdateService::GetDesiredImageSideLength() const {
|
| return 256;
|
| }
|
|
|
|
|