| Index: chrome/browser/ui/app_list/app_list_view_delegate.cc
|
| diff --git a/chrome/browser/ui/app_list/app_list_view_delegate.cc b/chrome/browser/ui/app_list/app_list_view_delegate.cc
|
| index f84222792063e2c41d279023bb0b2f8d0a30d058..4d55c940ec34c6517808d91bc32d6dab84578e7f 100644
|
| --- a/chrome/browser/ui/app_list/app_list_view_delegate.cc
|
| +++ b/chrome/browser/ui/app_list/app_list_view_delegate.cc
|
| @@ -206,7 +206,8 @@ AppListViewDelegate::AppListViewDelegate(Profile* profile,
|
| std::string extension_id = it->host();
|
| apps::CustomLauncherPageContents* page_contents =
|
| new apps::CustomLauncherPageContents(
|
| - scoped_ptr<apps::AppDelegate>(new ChromeAppDelegate), extension_id);
|
| + scoped_ptr<extensions::AppDelegate>(new ChromeAppDelegate),
|
| + extension_id);
|
| page_contents->Initialize(profile, *it);
|
| custom_page_contents_.push_back(page_contents);
|
| }
|
|
|