| Index: chrome/browser/ui/app_list/extension_app_item.h
|
| diff --git a/chrome/browser/ui/ash/app_list/extension_app_item.h b/chrome/browser/ui/app_list/extension_app_item.h
|
| similarity index 90%
|
| rename from chrome/browser/ui/ash/app_list/extension_app_item.h
|
| rename to chrome/browser/ui/app_list/extension_app_item.h
|
| index a1e0632119039113409205f49fb5363ea784d438..a9a1c9b7dcef21ab4de925c4f0c8aaf73ac055ef 100644
|
| --- a/chrome/browser/ui/ash/app_list/extension_app_item.h
|
| +++ b/chrome/browser/ui/app_list/extension_app_item.h
|
| @@ -2,14 +2,14 @@
|
| // 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_EXTENSION_APP_ITEM_H_
|
| -#define CHROME_BROWSER_UI_ASH_APP_LIST_EXTENSION_APP_ITEM_H_
|
| +#ifndef CHROME_BROWSER_UI_APP_LIST_EXTENSION_APP_ITEM_H_
|
| +#define CHROME_BROWSER_UI_APP_LIST_EXTENSION_APP_ITEM_H_
|
|
|
| #include <string>
|
|
|
| #include "base/memory/scoped_ptr.h"
|
| #include "chrome/browser/extensions/image_loading_tracker.h"
|
| -#include "chrome/browser/ui/ash/app_list/chrome_app_list_item.h"
|
| +#include "chrome/browser/ui/app_list/chrome_app_list_item.h"
|
| #include "ui/base/models/simple_menu_model.h"
|
|
|
| class AppListController;
|
| @@ -76,4 +76,4 @@ class ExtensionAppItem : public ChromeAppListItem,
|
| DISALLOW_COPY_AND_ASSIGN(ExtensionAppItem);
|
| };
|
|
|
| -#endif // CHROME_BROWSER_UI_ASH_APP_LIST_EXTENSION_APP_ITEM_H_
|
| +#endif // CHROME_BROWSER_UI_APP_LIST_EXTENSION_APP_ITEM_H_
|
|
|