| Index: ash/shelf/app_list_shelf_item_delegate.h
|
| diff --git a/ash/common/shelf/app_list_shelf_item_delegate.h b/ash/shelf/app_list_shelf_item_delegate.h
|
| similarity index 82%
|
| rename from ash/common/shelf/app_list_shelf_item_delegate.h
|
| rename to ash/shelf/app_list_shelf_item_delegate.h
|
| index 88f09d27a2c2f69c15e822b1c9d4a2c2d08cb0ee..0f52bf68573c4950ada954374bf66dd8af8528ac 100644
|
| --- a/ash/common/shelf/app_list_shelf_item_delegate.h
|
| +++ b/ash/shelf/app_list_shelf_item_delegate.h
|
| @@ -2,10 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef ASH_COMMON_SHELF_APP_LIST_SHELF_ITEM_DELEGATE_H_
|
| -#define ASH_COMMON_SHELF_APP_LIST_SHELF_ITEM_DELEGATE_H_
|
| +#ifndef ASH_SHELF_APP_LIST_SHELF_ITEM_DELEGATE_H_
|
| +#define ASH_SHELF_APP_LIST_SHELF_ITEM_DELEGATE_H_
|
|
|
| -#include "ash/common/shelf/shelf_item_delegate.h"
|
| +#include "ash/shelf/shelf_item_delegate.h"
|
| #include "base/macros.h"
|
|
|
| namespace ash {
|
| @@ -36,4 +36,4 @@ class AppListShelfItemDelegate : public ShelfItemDelegate {
|
|
|
| } // namespace ash
|
|
|
| -#endif // ASH_COMMON_SHELF_APP_LIST_SHELF_ITEM_DELEGATE_H_
|
| +#endif // ASH_SHELF_APP_LIST_SHELF_ITEM_DELEGATE_H_
|
|
|