Index: mojo/services/location/interfaces/geocoder.mojom |
diff --git a/mojo/services/location/interfaces/geocoder.mojom b/mojo/services/location/interfaces/geocoder.mojom |
index e9b8118815daf8a117b63e5e444513def45f86a6..9ac5e089fc508678d5089e8caa44b3df17cf80ba 100644 |
--- a/mojo/services/location/interfaces/geocoder.mojom |
+++ b/mojo/services/location/interfaces/geocoder.mojom |
@@ -61,6 +61,8 @@ struct Status { |
}; |
interface Geocoder { |
- AddressToLocation(string address, Options? options) => (string status, array<Result>? results); |
- LocationToAddress(Location location, Options? options) => (string status, array<Result>? results); |
+ AddressToLocation(string address, Options? options) |
+ => (string status, array<Result>? results); |
+ LocationToAddress(Location location, Options? options) |
+ => (string status, array<Result>? results); |
}; |