| Index: ash/shelf/shelf_tooltip_manager_unittest.cc
|
| diff --git a/ash/common/shelf/shelf_tooltip_manager_unittest.cc b/ash/shelf/shelf_tooltip_manager_unittest.cc
|
| similarity index 96%
|
| rename from ash/common/shelf/shelf_tooltip_manager_unittest.cc
|
| rename to ash/shelf/shelf_tooltip_manager_unittest.cc
|
| index 955301fd60c7f4d7419f8c166c81864768efaab3..8f098a925aa4ef02fe71dc1337e3fd85724bf3a6 100644
|
| --- a/ash/common/shelf/shelf_tooltip_manager_unittest.cc
|
| +++ b/ash/shelf/shelf_tooltip_manager_unittest.cc
|
| @@ -2,16 +2,16 @@
|
| // 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_tooltip_manager.h"
|
| -
|
| -#include "ash/common/shelf/app_list_button.h"
|
| -#include "ash/common/shelf/shelf_model.h"
|
| -#include "ash/common/shelf/shelf_view.h"
|
| -#include "ash/common/shelf/wm_shelf.h"
|
| -#include "ash/common/test/test_shelf_item_delegate.h"
|
| -#include "ash/common/wm_shell.h"
|
| +#include "ash/shelf/shelf_tooltip_manager.h"
|
| +
|
| +#include "ash/shelf/app_list_button.h"
|
| +#include "ash/shelf/shelf_model.h"
|
| +#include "ash/shelf/shelf_view.h"
|
| +#include "ash/shelf/wm_shelf.h"
|
| #include "ash/test/ash_test_base.h"
|
| #include "ash/test/shelf_view_test_api.h"
|
| +#include "ash/test/test_shelf_item_delegate.h"
|
| +#include "ash/wm_shell.h"
|
| #include "base/memory/ptr_util.h"
|
| #include "ui/events/event_constants.h"
|
| #include "ui/events/test/event_generator.h"
|
|
|