| Index: chrome/browser/profiles/profile_avatar_downloader.h
|
| diff --git a/chrome/browser/profiles/profile_avatar_downloader.h b/chrome/browser/profiles/profile_avatar_downloader.h
|
| index e7b88670d0444a162952bd41b03d29a805cd175d..7825ccc588fa8da4aabac91083f94f007caa809a 100644
|
| --- a/chrome/browser/profiles/profile_avatar_downloader.h
|
| +++ b/chrome/browser/profiles/profile_avatar_downloader.h
|
| @@ -19,7 +19,7 @@ class ProfileAvatarDownloader : public chrome::BitmapFetcherDelegate {
|
| void Start();
|
|
|
| // BitmapFetcherDelegate:
|
| - virtual void OnFetchComplete(const GURL url, const SkBitmap* bitmap) OVERRIDE;
|
| + virtual void OnFetchComplete(const GURL url, const SkBitmap* bitmap) override;
|
|
|
| private:
|
| // Downloads the avatar image from a url.
|
|
|