Index: components/arc/intent_helper/local_activity_resolver.h |
diff --git a/components/arc/intent_helper/local_activity_resolver.h b/components/arc/intent_helper/local_activity_resolver.h |
index ff3715659aa6ce0cfc7fd72960ba76b5e551b62b..353d31c9ed2a4c0e855f1480c51a8527828d5718 100644 |
--- a/components/arc/intent_helper/local_activity_resolver.h |
+++ b/components/arc/intent_helper/local_activity_resolver.h |
@@ -29,7 +29,7 @@ class LocalActivityResolver : public base::RefCounted<LocalActivityResolver> { |
bool ShouldChromeHandleUrl(const GURL& url); |
// Called when the list of intent filters on ARC side is updated. |
- void UpdateIntentFilters(std::vector<mojom::IntentFilterPtr> intent_filters); |
+ void UpdateIntentFilters(std::vector<IntentFilter> intent_filters); |
private: |
friend class base::RefCounted<LocalActivityResolver>; |