| Index: ash/shelf/app_list_shelf_item_delegate.cc
|
| diff --git a/ash/common/shelf/app_list_shelf_item_delegate.cc b/ash/shelf/app_list_shelf_item_delegate.cc
|
| similarity index 93%
|
| rename from ash/common/shelf/app_list_shelf_item_delegate.cc
|
| rename to ash/shelf/app_list_shelf_item_delegate.cc
|
| index 425ffecc3a81bf8b27199b4d5bdd9477189c5024..e05580d9ded6479690506bffa3c650f1661583c2 100644
|
| --- a/ash/common/shelf/app_list_shelf_item_delegate.cc
|
| +++ b/ash/shelf/app_list_shelf_item_delegate.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/shelf/app_list_shelf_item_delegate.h"
|
| +#include "ash/shelf/app_list_shelf_item_delegate.h"
|
|
|
| -#include "ash/common/shelf/shelf_model.h"
|
| -#include "ash/common/wm_shell.h"
|
| +#include "ash/shelf/shelf_model.h"
|
| #include "ash/strings/grit/ash_strings.h"
|
| +#include "ash/wm_shell.h"
|
| #include "base/memory/ptr_util.h"
|
| #include "ui/app_list/app_list_switches.h"
|
| #include "ui/base/l10n/l10n_util.h"
|
|
|