| Index: ash/first_run/first_run_helper_impl.cc
|
| diff --git a/ash/first_run/first_run_helper_impl.cc b/ash/first_run/first_run_helper_impl.cc
|
| index 4ca1fc625e3fc0798fff94a348844f1a9d915a5d..0cb808de4406aba56fc45581222a8599eefa87a2 100644
|
| --- a/ash/first_run/first_run_helper_impl.cc
|
| +++ b/ash/first_run/first_run_helper_impl.cc
|
| @@ -36,8 +36,7 @@ views::Widget* CreateFirstRunWindow() {
|
|
|
| } // anonymous namespace
|
|
|
| -FirstRunHelperImpl::FirstRunHelperImpl()
|
| - : widget_(CreateFirstRunWindow()) {
|
| +FirstRunHelperImpl::FirstRunHelperImpl() : widget_(CreateFirstRunWindow()) {
|
| Shell::GetInstance()->overlay_filter()->Activate(this);
|
| }
|
|
|
|
|