Chromium Code Reviews| Index: chrome/browser/thumbnails/simple_thumbnail_crop.cc |
| diff --git a/chrome/browser/thumbnails/simple_thumbnail_crop.cc b/chrome/browser/thumbnails/simple_thumbnail_crop.cc |
| index c47554c49e95d8ca9cb653e07652715977ef13f3..56a94c4e93915c68594ef3ecb9a9b7e96f52782b 100644 |
| --- a/chrome/browser/thumbnails/simple_thumbnail_crop.cc |
| +++ b/chrome/browser/thumbnails/simple_thumbnail_crop.cc |
| @@ -13,7 +13,6 @@ |
| #include "ui/gfx/color_utils.h" |
| #include "ui/gfx/geometry/size_conversions.h" |
| #include "ui/gfx/image/image_skia.h" |
| -#include "ui/gfx/screen.h" |
| #include "ui/gfx/scrollbar_size.h" |
| #include "ui/gfx/skbitmap_operations.h" |
| @@ -22,7 +21,6 @@ static const char kThumbnailHistogramName[] = "Thumbnail.ComputeMS"; |
| } |
| namespace thumbnails { |
|
Lei Zhang
2016/04/28 20:13:10
I'd leave the blank line after this.
oshima
2016/04/28 20:19:04
Done.
|
| - |
| SimpleThumbnailCrop::SimpleThumbnailCrop(const gfx::Size& target_size) |
| : target_size_(target_size) { |
| DCHECK(!target_size.IsEmpty()); |