| Index: chrome/browser/ui/views/aura/app_list/app_list_model_builder.h
|
| diff --git a/chrome/browser/ui/views/aura/app_list/app_list_model_builder.h b/chrome/browser/ui/views/aura/app_list/app_list_model_builder.h
|
| index f9525ebd4d0462dd3a390e98231d5124ef64ab79..172e50d2d93afa3bef678b9bbabf7ef0669c21f1 100644
|
| --- a/chrome/browser/ui/views/aura/app_list/app_list_model_builder.h
|
| +++ b/chrome/browser/ui/views/aura/app_list/app_list_model_builder.h
|
| @@ -20,10 +20,12 @@ class AppListModelBuilder {
|
| void Build();
|
|
|
| private:
|
| + typedef std::vector<ash::AppListItemModel*> Items;
|
| +
|
| FRIEND_TEST_ALL_PREFIXES(AppListModelBuilderTest, GetExtensionApps);
|
|
|
| - void GetExtensionApps();
|
| - void GetBrowserCommands();
|
| + void GetExtensionApps(Items* items);
|
| + void GetBrowserCommands(Items* items);
|
|
|
| Profile* profile_;
|
| ash::AppListModel* model_;
|
|
|