| Index: ash/shelf/shelf_window_watcher_item_delegate.cc
|
| diff --git a/ash/common/shelf/shelf_window_watcher_item_delegate.cc b/ash/shelf/shelf_window_watcher_item_delegate.cc
|
| similarity index 92%
|
| rename from ash/common/shelf/shelf_window_watcher_item_delegate.cc
|
| rename to ash/shelf/shelf_window_watcher_item_delegate.cc
|
| index 01f4bd469afc7363230af6b68b7c9a0be0ef21e6..fbd905bb49b2703f4ce8efd67d61d5da7e34e109 100644
|
| --- a/ash/common/shelf/shelf_window_watcher_item_delegate.cc
|
| +++ b/ash/shelf/shelf_window_watcher_item_delegate.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/common/shelf/shelf_window_watcher_item_delegate.h"
|
| +#include "ash/shelf/shelf_window_watcher_item_delegate.h"
|
|
|
| -#include "ash/common/shelf/shelf_controller.h"
|
| -#include "ash/common/shelf/shelf_model.h"
|
| -#include "ash/common/wm/window_state.h"
|
| #include "ash/common/wm_shell.h"
|
| #include "ash/common/wm_window.h"
|
| #include "ash/public/cpp/window_properties.h"
|
| +#include "ash/shelf/shelf_controller.h"
|
| +#include "ash/shelf/shelf_model.h"
|
| +#include "ash/wm/window_state.h"
|
| #include "ash/wm/window_util.h"
|
| #include "ui/aura/window.h"
|
| #include "ui/events/event_constants.h"
|
|
|