| Index: components/arc/intent_helper/link_handler_model_impl.h
|
| diff --git a/components/arc/intent_helper/link_handler_model_impl.h b/components/arc/intent_helper/link_handler_model_impl.h
|
| index a2f9cc55516f82386d31ff3f6f2b9cda6e12a05e..3322025ba5b12c020140edbb64a79a41c6d75a51 100644
|
| --- a/components/arc/intent_helper/link_handler_model_impl.h
|
| +++ b/components/arc/intent_helper/link_handler_model_impl.h
|
| @@ -35,7 +35,7 @@ class LinkHandlerModelImpl : public ash::LinkHandlerModel {
|
|
|
| private:
|
| mojom::IntentHelperInstance* GetIntentHelper();
|
| - void OnUrlHandlerList(mojo::Array<mojom::UrlHandlerInfoPtr> handlers);
|
| + void OnUrlHandlerList(mojo::Array<mojom::IntentHandlerInfoPtr> handlers);
|
| void NotifyObserver(
|
| std::unique_ptr<ActivityIconLoader::ActivityToIconsMap> icons);
|
|
|
| @@ -48,7 +48,7 @@ class LinkHandlerModelImpl : public ash::LinkHandlerModel {
|
| base::ObserverList<Observer> observer_list_;
|
|
|
| // Url handler info passed from ARC.
|
| - mojo::Array<mojom::UrlHandlerInfoPtr> handlers_;
|
| + mojo::Array<mojom::IntentHandlerInfoPtr> handlers_;
|
| // Activity icon info passed from ARC.
|
| ActivityIconLoader::ActivityToIconsMap icons_;
|
|
|
|
|