| Index: chrome/browser/ui/app_list/chrome_app_list_item.h
|
| diff --git a/chrome/browser/ui/ash/app_list/chrome_app_list_item.h b/chrome/browser/ui/app_list/chrome_app_list_item.h
|
| similarity index 82%
|
| rename from chrome/browser/ui/ash/app_list/chrome_app_list_item.h
|
| rename to chrome/browser/ui/app_list/chrome_app_list_item.h
|
| index 0beca111448e4dba14b037c02f0b1b7a91554031..4a4b5e7ca232b44e4451f20cbb22c9f633473bd4 100644
|
| --- a/chrome/browser/ui/ash/app_list/chrome_app_list_item.h
|
| +++ b/chrome/browser/ui/app_list/chrome_app_list_item.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef CHROME_BROWSER_UI_ASH_APP_LIST_CHROME_APP_LIST_ITEM_H_
|
| -#define CHROME_BROWSER_UI_ASH_APP_LIST_CHROME_APP_LIST_ITEM_H_
|
| +#ifndef CHROME_BROWSER_UI_APP_LIST_CHROME_APP_LIST_ITEM_H_
|
| +#define CHROME_BROWSER_UI_APP_LIST_CHROME_APP_LIST_ITEM_H_
|
|
|
| #include "ui/app_list/app_list_item_model.h"
|
|
|
| @@ -33,4 +33,4 @@ class ChromeAppListItem : public app_list::AppListItemModel {
|
| DISALLOW_COPY_AND_ASSIGN(ChromeAppListItem);
|
| };
|
|
|
| -#endif // CHROME_BROWSER_UI_ASH_APP_LIST_CHROME_APP_LIST_ITEM_H_
|
| +#endif // CHROME_BROWSER_UI_APP_LIST_CHROME_APP_LIST_ITEM_H_
|
|
|