Index: content/public/common/mojo_geoposition.mojom |
diff --git a/content/public/common/mojo_geoposition.mojom b/content/public/common/mojo_geoposition.mojom |
index f9818b56eb5bc7be84fcdd3aa8fc757352dc8c6e..852f2a9c44bb6bf464eed9df249702a4564ab9bf 100644 |
--- a/content/public/common/mojo_geoposition.mojom |
+++ b/content/public/common/mojo_geoposition.mojom |
@@ -8,7 +8,7 @@ |
// TODO(blundell): Investigate killing content::Geoposition in favor of using |
// this struct everywhere (and renaming it to Geoposition). |
-module content { |
+module content; |
struct MojoGeoposition { |
// These values follow the W3C geolocation specification and can be returned |
@@ -54,5 +54,3 @@ struct MojoGeoposition { |
// Human-readable error message. |
string error_message; |
}; |
- |
-} |