Index: mojo/services/ui/views/interfaces/view_associates.mojom |
diff --git a/mojo/services/ui/views/interfaces/view_associates.mojom b/mojo/services/ui/views/interfaces/view_associates.mojom |
index 8b1b712d4db5c16e4bbef194937dd2cb588ec137..25e50d633ddc4b2054dfc2b6ae7c97b03e0640ee 100644 |
--- a/mojo/services/ui/views/interfaces/view_associates.mojom |
+++ b/mojo/services/ui/views/interfaces/view_associates.mojom |
@@ -6,8 +6,8 @@ |
module mojo.ui; |
import "mojo/public/interfaces/application/service_provider.mojom"; |
-import "mojo/services/ui/views/interfaces/views.mojom"; |
import "mojo/services/ui/views/interfaces/view_trees.mojom"; |
+import "mojo/services/ui/views/interfaces/views.mojom"; |
// View associates are trusted components that are attached to a view manager |
// instance with the purpose of offering additional services to views and |
@@ -47,8 +47,9 @@ interface ViewAssociate { |
// requested service, it should close the |pipe|. |
// |
// The |view_token| is the token of the view which requested the service. |
- ConnectToViewService(ViewToken view_token, string service_name, |
- handle<message_pipe> pipe); |
+ ConnectToViewService(ViewToken view_token, |
+ string service_name, |
+ handle<message_pipe> pipe); |
// Asks the associate to provide the view tree service identified by |
// |interface_name| through the message |pipe| endpoint supplied by |
@@ -58,7 +59,8 @@ interface ViewAssociate { |
// The |view_tree_token| is the token of the view tree which requested |
// the service. |
ConnectToViewTreeService(ViewTreeToken view_tree_token, |
- string service_name, handle<message_pipe> pipe); |
+ string service_name, |
+ handle<message_pipe> pipe); |
}; |
// Provides information about the services offered by an associate. |
@@ -74,6 +76,4 @@ struct ViewAssociateInfo { |
// Provides a view associate with the ability to inspect and perform operations |
// on the contents of views and view trees. |
-interface ViewInspector { |
- |
-}; |
+interface ViewInspector {}; |