Chromium Code Reviews| Index: ui/gfx/geometry/insets.cc |
| diff --git a/ui/gfx/geometry/insets.cc b/ui/gfx/geometry/insets.cc |
| index 08ee8f468697a7a44a0f0f6341f6f2cd7435108b..13a05b31dd0cfba371a5c279a30e1256e493930b 100644 |
| --- a/ui/gfx/geometry/insets.cc |
| +++ b/ui/gfx/geometry/insets.cc |
| @@ -8,7 +8,7 @@ |
| namespace gfx { |
| -Insets::Insets() : Insets(0, 0, 0, 0) {} |
| +Insets::Insets() : Insets(0) {} |
| Insets::Insets(int all) : Insets(all, all, all, all) {} |