Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(780)

Unified Diff: components/arc/intent_helper/local_activity_resolver.cc

Issue 2498223002: arc: enable use_new_wrapper_types for intent_helper.mojom (Closed)
Patch Set: rebase Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698