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 7825ccc588fa8da4aabac91083f94f007caa809a..6844100e6b04fc0984a49d36489deed431c86878 100644 |
--- a/chrome/browser/profiles/profile_avatar_downloader.h |
+++ b/chrome/browser/profiles/profile_avatar_downloader.h |
@@ -14,12 +14,12 @@ class ProfileAvatarDownloader : public chrome::BitmapFetcherDelegate { |
ProfileAvatarDownloader(size_t icon_index, |
const base::FilePath& profile_path, |
ProfileInfoCache* cache); |
- virtual ~ProfileAvatarDownloader(); |
+ ~ProfileAvatarDownloader() override; |
Elliot Glaysher
2014/10/22 17:52:58
Man its going to take some getting used to this.
|
void Start(); |
// BitmapFetcherDelegate: |
- virtual void OnFetchComplete(const GURL url, const SkBitmap* bitmap) override; |
+ void OnFetchComplete(const GURL url, const SkBitmap* bitmap) override; |
private: |
// Downloads the avatar image from a url. |