| Index: ash/common/scoped_root_window_for_new_windows.cc
|
| diff --git a/ash/scoped_root_window_for_new_windows.cc b/ash/common/scoped_root_window_for_new_windows.cc
|
| similarity index 85%
|
| rename from ash/scoped_root_window_for_new_windows.cc
|
| rename to ash/common/scoped_root_window_for_new_windows.cc
|
| index 06440b62bc75f591bce7c4048f7e7fd971960e2f..28e24f00f6a7c0b9efe26e2b924d2e1278a5802e 100644
|
| --- a/ash/scoped_root_window_for_new_windows.cc
|
| +++ b/ash/common/scoped_root_window_for_new_windows.cc
|
| @@ -2,9 +2,9 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "ash/scoped_root_window_for_new_windows.h"
|
| +#include "ash/common/scoped_root_window_for_new_windows.h"
|
|
|
| -#include "ash/wm_shell.h"
|
| +#include "ash/common/wm_shell.h"
|
| #include "base/logging.h"
|
|
|
| namespace ash {
|
|
|