Index: views/controls/menu/submenu_view.h |
diff --git a/views/controls/menu/submenu_view.h b/views/controls/menu/submenu_view.h |
index fd2bd027e79066f21ddede76b0b05861ccf41dbe..afef314cf648321dbc36d56ed5146409fbee9772 100644 |
--- a/views/controls/menu/submenu_view.h |
+++ b/views/controls/menu/submenu_view.h |
@@ -74,7 +74,9 @@ class SubmenuView : public View { |
// Shows the menu at the specified location. Coordinates are in screen |
// coordinates. max_width gives the max width the view should be. |
- void ShowAt(gfx::NativeWindow parent, const gfx::Rect& bounds, bool do_capture); |
+ void ShowAt(gfx::NativeWindow parent, |
+ const gfx::Rect& bounds, |
+ bool do_capture); |
// Resets the bounds of the submenu to |bounds|. |
void Reposition(const gfx::Rect& bounds); |