| Index: ash/common/shelf/shelf_window_watcher.cc
|
| diff --git a/ash/shelf/shelf_window_watcher.cc b/ash/common/shelf/shelf_window_watcher.cc
|
| similarity index 98%
|
| rename from ash/shelf/shelf_window_watcher.cc
|
| rename to ash/common/shelf/shelf_window_watcher.cc
|
| index 09255fb36426d31a4f943b1ffa657586ae833057..3288f955e6277d48658f5efad10fb9ee8e0c35a4 100644
|
| --- a/ash/shelf/shelf_window_watcher.cc
|
| +++ b/ash/common/shelf/shelf_window_watcher.cc
|
| @@ -2,19 +2,19 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "ash/shelf/shelf_window_watcher.h"
|
| +#include "ash/common/shelf/shelf_window_watcher.h"
|
|
|
| #include <memory>
|
| #include <utility>
|
|
|
| #include "ash/common/shelf/shelf_constants.h"
|
| #include "ash/common/shelf/shelf_model.h"
|
| +#include "ash/common/shelf/shelf_window_watcher_item_delegate.h"
|
| #include "ash/common/shell_window_ids.h"
|
| #include "ash/common/wm/window_state.h"
|
| #include "ash/common/wm_shell.h"
|
| #include "ash/common/wm_window.h"
|
| #include "ash/common/wm_window_property.h"
|
| -#include "ash/shelf/shelf_window_watcher_item_delegate.h"
|
| #include "ui/base/resource/resource_bundle.h"
|
| #include "ui/display/display.h"
|
| #include "ui/display/screen.h"
|
|
|