| Index: components/arc/intent_helper/arc_intent_helper_bridge.h
|
| diff --git a/components/arc/intent_helper/arc_intent_helper_bridge.h b/components/arc/intent_helper/arc_intent_helper_bridge.h
|
| index 445c1cb9c8f1f80b55eacbcb96b8e42b3e04b78b..bec787cb7b3fd1e714170d0d88ca51f09ba3a351 100644
|
| --- a/components/arc/intent_helper/arc_intent_helper_bridge.h
|
| +++ b/components/arc/intent_helper/arc_intent_helper_bridge.h
|
| @@ -73,8 +73,8 @@ class ArcIntentHelperBridge
|
|
|
| // Filters out handlers that belong to the intent_helper apk and returns
|
| // a new array.
|
| - static mojo::Array<mojom::UrlHandlerInfoPtr> FilterOutIntentHelper(
|
| - mojo::Array<mojom::UrlHandlerInfoPtr> handlers);
|
| + static mojo::Array<mojom::IntentHandlerInfoPtr> FilterOutIntentHelper(
|
| + mojo::Array<mojom::IntentHandlerInfoPtr> handlers);
|
|
|
| // Gets the mojo instance if it's available. On failure, returns nullptr and
|
| // updates |out_error_code| if it's not nullptr.
|
|
|