| Index: chrome/browser/ui/ash/app_list/app_list_controller_ash.h
|
| diff --git a/chrome/browser/ui/ash/app_list/app_list_controller_ash.h b/chrome/browser/ui/ash/app_list/app_list_controller_ash.h
|
| index fe5b1a359228260b4117738dcc5a9e6fd71a4983..af8a48b0595ad671b555faac2b3d792001d29365 100644
|
| --- a/chrome/browser/ui/ash/app_list/app_list_controller_ash.h
|
| +++ b/chrome/browser/ui/ash/app_list/app_list_controller_ash.h
|
| @@ -24,6 +24,7 @@ class AppListControllerAsh : public AppListController {
|
| virtual void ActivateApp(Profile* profile,
|
| const std::string& extension_id,
|
| int event_flags) OVERRIDE;
|
| + virtual gfx::ImageSkia GetWindowAppIcon() OVERRIDE;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(AppListControllerAsh);
|
| };
|
|
|