Index: chrome/browser/thumbnails/content_based_thumbnailing_algorithm.h |
diff --git a/chrome/browser/thumbnails/content_based_thumbnailing_algorithm.h b/chrome/browser/thumbnails/content_based_thumbnailing_algorithm.h |
index 43d981ba63e67b69faca799708527c9ceff042cf..2062642cb6812c4eff2f37560661bea5186f5a9b 100644 |
--- a/chrome/browser/thumbnails/content_based_thumbnailing_algorithm.h |
+++ b/chrome/browser/thumbnails/content_based_thumbnailing_algorithm.h |
@@ -20,11 +20,11 @@ class ContentBasedThumbnailingAlgorithm : public ThumbnailingAlgorithm { |
virtual ClipResult GetCanvasCopyInfo(const gfx::Size& source_size, |
ui::ScaleFactor scale_factor, |
gfx::Rect* clipping_rect, |
- gfx::Size* target_size) const OVERRIDE; |
+ gfx::Size* target_size) const override; |
virtual void ProcessBitmap(scoped_refptr<ThumbnailingContext> context, |
const ConsumerCallback& callback, |
- const SkBitmap& bitmap) OVERRIDE; |
+ const SkBitmap& bitmap) override; |
// Prepares (clips to size, copies etc.) the bitmap passed to ProcessBitmap. |
// Always returns a bitmap that can be properly refcounted. |