| Index: components/arc/intent_helper/local_activity_resolver.cc
|
| diff --git a/components/arc/intent_helper/local_activity_resolver.cc b/components/arc/intent_helper/local_activity_resolver.cc
|
| index 08fba69ad12a71715b3e03efd8813a6ac9f43d24..b9939d423ce492a7ae87f832614aceb47aa0b36b 100644
|
| --- a/components/arc/intent_helper/local_activity_resolver.cc
|
| +++ b/components/arc/intent_helper/local_activity_resolver.cc
|
| @@ -28,7 +28,7 @@ bool LocalActivityResolver::ShouldChromeHandleUrl(const GURL& url) {
|
| }
|
|
|
| void LocalActivityResolver::UpdateIntentFilters(
|
| - mojo::Array<mojom::IntentFilterPtr> mojo_intent_filters) {
|
| + std::vector<mojom::IntentFilterPtr> mojo_intent_filters) {
|
| intent_filters_.clear();
|
| for (mojom::IntentFilterPtr& mojo_filter : mojo_intent_filters)
|
| intent_filters_.emplace_back(mojo_filter);
|
|
|