| Index: chrome/browser/ui/ash/window_positioner_unittest.cc
|
| diff --git a/chrome/browser/ui/ash/window_positioner_unittest.cc b/chrome/browser/ui/ash/window_positioner_unittest.cc
|
| index 9e398be9d0e57d494c70fabf800581452c48e01f..78fd79505bd4d7e1facd0c545f58ac8d2acfd022 100644
|
| --- a/chrome/browser/ui/ash/window_positioner_unittest.cc
|
| +++ b/chrome/browser/ui/ash/window_positioner_unittest.cc
|
| @@ -2,14 +2,14 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "ash/wm/common/window_positioner.h"
|
| +#include "ash/common/wm/window_positioner.h"
|
|
|
| #include <utility>
|
|
|
| +#include "ash/common/wm/window_resizer.h"
|
| #include "ash/test/ash_test_base.h"
|
| #include "ash/test/test_shell_delegate.h"
|
| #include "ash/wm/aura/wm_globals_aura.h"
|
| -#include "ash/wm/common/window_resizer.h"
|
| #include "base/compiler_specific.h"
|
| #include "base/logging.h"
|
| #include "base/macros.h"
|
|
|