| Index: ash/shell/toplevel_window.h
|
| diff --git a/ash/shell/toplevel_window.h b/ash/shell/toplevel_window.h
|
| index 6c51c5edef9974556a92153e02d3cd264853c452..f4b7cd99dba15f857bc6c0ca21f99e5f6695ec23 100644
|
| --- a/ash/shell/toplevel_window.h
|
| +++ b/ash/shell/toplevel_window.h
|
| @@ -20,8 +20,7 @@ class ToplevelWindow : public views::WidgetDelegateView {
|
| bool can_maximize;
|
| bool use_saved_placement;
|
| };
|
| - static views::Widget* CreateToplevelWindow(
|
| - const CreateParams& params);
|
| + static views::Widget* CreateToplevelWindow(const CreateParams& params);
|
|
|
| // Clears saved show state and bounds used to position
|
| // a new window.
|
|
|