Chromium Code Reviews| Index: ash/common/wm_shell.cc |
| diff --git a/ash/common/wm_shell.cc b/ash/common/wm_shell.cc |
| index 6d629cb9fdf30883d2eb9d38b48f61a8cef6079c..3ac9b6e5c42fc2d4c432c6b4c56b212cea98a539 100644 |
| --- a/ash/common/wm_shell.cc |
| +++ b/ash/common/wm_shell.cc |
| @@ -272,5 +272,4 @@ void WmShell::SetAcceleratorController( |
| std::unique_ptr<AcceleratorController> accelerator_controller) { |
| accelerator_controller_ = std::move(accelerator_controller); |
| } |
| - |
| } // namespace ash |