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

Unified Diff: content/public/common/mojo_geoposition.mojom

Issue 698883005: Update mojo sdk to rev cfc99316100efdfa7d53d83f9e07f1d4d3765c21 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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
« no previous file with comments | « content/common/render_frame_setup.mojom ('k') | content/test/data/web_ui_test_mojo_bindings.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
};
-
-}
« no previous file with comments | « content/common/render_frame_setup.mojom ('k') | content/test/data/web_ui_test_mojo_bindings.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698