Chromium Code Reviews| Index: ash/shell_init_params.cc |
| diff --git a/ash/shell_init_params.cc b/ash/shell_init_params.cc |
| index f67b5999c3df4a21f8d6d3f365b9a6b86ad48cad..5df9eb70fc72bd831d37addbdec634f46251b02c 100644 |
| --- a/ash/shell_init_params.cc |
| +++ b/ash/shell_init_params.cc |
| @@ -13,9 +13,11 @@ ShellInitParams::ShellInitParams() |
| context_factory(nullptr), |
| blocking_pool(nullptr) |
| #if defined(OS_WIN) |
| - , remote_hwnd(nullptr) |
| + , |
| + remote_hwnd(nullptr) |
| #endif |
| - {} |
| +{ |
| +} |
| ShellInitParams::~ShellInitParams() {} |