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

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

Issue 2368673002: arc: Rename UrlHandlerInfo to IntentHandlerInfo. (Closed)
Patch Set: Created 4 years, 3 months 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
« no previous file with comments | « components/arc/common/intent_helper.mojom ('k') | components/arc/intent_helper/arc_intent_helper_bridge.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « components/arc/common/intent_helper.mojom ('k') | components/arc/intent_helper/arc_intent_helper_bridge.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698