| 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 4db5fcb83ba8072cdc656554dfe5d51186333fec..e19cbbac1524d9b17fa344b27e55ab8de760b77e 100644
|
| --- a/chrome/browser/profiles/gaia_info_update_service.h
|
| +++ b/chrome/browser/profiles/gaia_info_update_service.h
|
| @@ -36,9 +36,10 @@ class GAIAInfoUpdateService : public ProfileDownloaderDelegate,
|
| static void RegisterUserPrefs(PrefService* prefs);
|
|
|
| // ProfileDownloaderDelegate:
|
| - virtual int GetDesiredImageSideLength() OVERRIDE;
|
| + virtual int GetDesiredImageSideLength() const OVERRIDE;
|
| virtual Profile* GetBrowserProfile() OVERRIDE;
|
| - virtual bool ShouldUseOAuthRefreshToken() OVERRIDE;
|
| + virtual bool ShouldUseOAuthRefreshToken() const OVERRIDE;
|
| + virtual std::string GetCachedPictureURL() const OVERRIDE;
|
| virtual void OnDownloadComplete(ProfileDownloader* downloader,
|
| bool success) OVERRIDE;
|
|
|
|
|