Chromium Code Reviews| Index: ui/gfx/image/image_family.h |
| diff --git a/ui/gfx/image/image_family.h b/ui/gfx/image/image_family.h |
| index 93e005d18d063fd838e5f9ec56c99733c216d8fd..c092b2a87ca521a4ff78678581fc332b3bfed8fa 100644 |
| --- a/ui/gfx/image/image_family.h |
| +++ b/ui/gfx/image/image_family.h |
| @@ -48,6 +48,8 @@ class GFX_EXPORT ImageFamily { |
| const_iterator(const const_iterator& other); |
| + ~const_iterator(); |
| + |
| const_iterator& operator++() { |
| ++map_iterator_; |
| return *this; |