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

Unified Diff: mojo/apps/js/test/js_to_cpp.mojom

Issue 687793004: mojom: Remove braces from module statements and make them come first. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 6 years, 2 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 | « mojo/application_manager/test.mojom ('k') | mojo/public/interfaces/application/application.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/apps/js/test/js_to_cpp.mojom
diff --git a/mojo/apps/js/test/js_to_cpp.mojom b/mojo/apps/js/test/js_to_cpp.mojom
index 9914e9bb92802c6d1f4669c105b596ecfe265e2b..69f67b69179e0e96b5bb7b2c2880825b31f3a5c7 100644
--- a/mojo/apps/js/test/js_to_cpp.mojom
+++ b/mojo/apps/js/test/js_to_cpp.mojom
@@ -1,4 +1,4 @@
-module js_to_cpp {
+module js_to_cpp;
// This struct encompasses all of the basic types, so that they
// may be sent from C++ to JS and back for validation.
@@ -51,5 +51,3 @@ interface JsSide {
BitFlip(EchoArgs arg);
BackPointer(EchoArgs arg);
};
-
-}
« no previous file with comments | « mojo/application_manager/test.mojom ('k') | mojo/public/interfaces/application/application.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698