| Index: chrome/browser/image_holder.h
|
| diff --git a/chrome/browser/image_holder.h b/chrome/browser/image_holder.h
|
| index 253f862247c94cc73a0b47918208c9294891fa75..3bfab63bf55cf4ab25a105a40d92c4866a1ea792 100644
|
| --- a/chrome/browser/image_holder.h
|
| +++ b/chrome/browser/image_holder.h
|
| @@ -40,7 +40,7 @@ class ImageHolder : public chrome::BitmapFetcherDelegate {
|
| bool IsFetchingDone() const;
|
|
|
| // Inherited from BitmapFetcherDelegate
|
| - virtual void OnFetchComplete(const GURL url, const SkBitmap* bitmap) OVERRIDE;
|
| + virtual void OnFetchComplete(const GURL url, const SkBitmap* bitmap) override;
|
|
|
| // Accessors:
|
| GURL low_dpi_url() const { return low_dpi_url_; }
|
|
|