Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / profiles / profile_avatar_downloader.h
index e7b8867..6844100 100644 (file)
@@ -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;
 
   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.