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

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

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.h
diff --git a/components/arc/intent_helper/local_activity_resolver.h b/components/arc/intent_helper/local_activity_resolver.h
index 6f2574a64085cd05219d1f6749278e76bc027242..ff3715659aa6ce0cfc7fd72960ba76b5e551b62b 100644
--- a/components/arc/intent_helper/local_activity_resolver.h
+++ b/components/arc/intent_helper/local_activity_resolver.h
@@ -11,7 +11,6 @@
#include "base/memory/ref_counted.h"
#include "components/arc/common/intent_helper.mojom.h"
#include "components/arc/intent_helper/intent_filter.h"
-#include "mojo/public/cpp/bindings/array.h"
class GURL;
@@ -30,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(mojo::Array<mojom::IntentFilterPtr> intent_filters);
+ void UpdateIntentFilters(std::vector<mojom::IntentFilterPtr> intent_filters);
private:
friend class base::RefCounted<LocalActivityResolver>;
« no previous file with comments | « components/arc/intent_helper/link_handler_model_impl.cc ('k') | components/arc/intent_helper/local_activity_resolver.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698