| Index: ash/wm/drag_details.cc
|
| diff --git a/ash/common/wm/drag_details.cc b/ash/wm/drag_details.cc
|
| similarity index 95%
|
| rename from ash/common/wm/drag_details.cc
|
| rename to ash/wm/drag_details.cc
|
| index 4a9182674e6d0b2b667258a658c350306ac21716..cc525f056a96df97f87c616f80b1a9b1957620cd 100644
|
| --- a/ash/common/wm/drag_details.cc
|
| +++ b/ash/wm/drag_details.cc
|
| @@ -2,11 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "ash/common/wm/drag_details.h"
|
| +#include "ash/wm/drag_details.h"
|
|
|
| -#include "ash/common/wm/window_resizer.h"
|
| -#include "ash/common/wm_window.h"
|
| #include "ash/public/cpp/window_properties.h"
|
| +#include "ash/wm/window_resizer.h"
|
| +#include "ash/wm_window.h"
|
| #include "ui/aura/window.h"
|
| #include "ui/base/hit_test.h"
|
| #include "ui/compositor/layer.h"
|
|
|