| Index: ui/app_list/presenter/app_list_view_delegate_factory.h
|
| diff --git a/ui/app_list/presenter/app_list_view_delegate_factory.h b/ui/app_list/presenter/app_list_view_delegate_factory.h
|
| index 612d6e35e1e6b3c77f6ba462db706307f9e8687a..2319692a1309b5681d67f5932abef27fecf162aa 100644
|
| --- a/ui/app_list/presenter/app_list_view_delegate_factory.h
|
| +++ b/ui/app_list/presenter/app_list_view_delegate_factory.h
|
| @@ -14,6 +14,7 @@ class APP_LIST_PRESENTER_EXPORT AppListViewDelegateFactory {
|
| public:
|
| virtual ~AppListViewDelegateFactory();
|
|
|
| + // This does not pass ownership of the delegate.
|
| virtual app_list::AppListViewDelegate* GetDelegate() = 0;
|
| };
|
|
|
|
|