| Index: chrome/browser/profiles/profile_downloader_delegate.h
|
| diff --git a/chrome/browser/profiles/profile_downloader_delegate.h b/chrome/browser/profiles/profile_downloader_delegate.h
|
| index 2b5dfe7bdbabd35296df41c5e41b1aded7b31a13..b73696b597384359a30481bb0f992b2c3b3c264f 100644
|
| --- a/chrome/browser/profiles/profile_downloader_delegate.h
|
| +++ b/chrome/browser/profiles/profile_downloader_delegate.h
|
| @@ -31,7 +31,7 @@ class ProfileDownloaderDelegate {
|
|
|
| // Returns the desired side length of the profile image. If 0, returns image
|
| // of the originally uploaded size.
|
| - virtual int GetDesiredImageSideLength() const = 0;
|
| + virtual unsigned int GetDesiredImageSideLength() const = 0;
|
|
|
| // Returns the cached URL. If the cache URL matches the new image URL
|
| // the image will not be downloaded. Return an empty string when there is no
|
|
|