Chromium Code Reviews| Index: chrome/browser/supervised_user/legacy/custodian_profile_downloader_service.h |
| diff --git a/chrome/browser/supervised_user/legacy/custodian_profile_downloader_service.h b/chrome/browser/supervised_user/legacy/custodian_profile_downloader_service.h |
| index c8cac37215f21ee5321de2df789339de71fd3b5a..719c24459badfcec9b434b489a0125b47483e55f 100644 |
| --- a/chrome/browser/supervised_user/legacy/custodian_profile_downloader_service.h |
| +++ b/chrome/browser/supervised_user/legacy/custodian_profile_downloader_service.h |
| @@ -32,7 +32,7 @@ class CustodianProfileDownloaderService : public KeyedService, |
| // ProfileDownloaderDelegate: |
| bool NeedsProfilePicture() const override; |
| - int GetDesiredImageSideLength() const override; |
| + unsigned int GetDesiredImageSideLength() const override; |
|
Marc Treib
2016/01/11 09:23:05
Using "unsigned" to mean "this will never be negat
anthonyvd
2016/01/11 17:05:35
I took this to be a case where the value we're ret
Marc Treib
2016/01/11 17:27:28
Aaand now you don't need my LGTM anymore ;)
|
| std::string GetCachedPictureURL() const override; |
| Profile* GetBrowserProfile() override; |
| bool IsPreSignin() const override; |