| Index: ash/accelerators/accelerator_commands_unittest.cc
|
| diff --git a/ash/accelerators/accelerator_commands_unittest.cc b/ash/accelerators/accelerator_commands_unittest.cc
|
| index 2423bb52c4ca37331519ff165d0f4bb7f8950707..c193b26832750a5dc02d0ab7c806bf44bf3c5e62 100644
|
| --- a/ash/accelerators/accelerator_commands_unittest.cc
|
| +++ b/ash/accelerators/accelerator_commands_unittest.cc
|
| @@ -8,6 +8,12 @@
|
| #include "ash/wm/window_state.h"
|
| #include "ui/aura/window.h"
|
|
|
| +// Note: The unit tests for |ToggleMaximized()| and
|
| +// |ToggleFullscreen()| are in
|
| +// chrome/browser/ui/ash/accelerator_commands_browsertests.cc.
|
| +// because they depends on chrome implementation of
|
| +// |ash::wm::WindowStateDelegate|.
|
| +
|
| namespace ash {
|
| namespace accelerators {
|
|
|
|
|