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

Unified Diff: mojo/public/interfaces/bindings/tests/sample_import.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
Index: mojo/public/interfaces/bindings/tests/sample_import.mojom
diff --git a/mojo/public/interfaces/bindings/tests/sample_import.mojom b/mojo/public/interfaces/bindings/tests/sample_import.mojom
index 659b74dfafb732f2958c0f9f8bd48ccc42399e39..d28cb7b4db8650fdd1ac4697fce6726b527e1871 100644
--- a/mojo/public/interfaces/bindings/tests/sample_import.mojom
+++ b/mojo/public/interfaces/bindings/tests/sample_import.mojom
@@ -3,7 +3,7 @@
// found in the LICENSE file.
[JavaPackage="org.chromium.mojo.bindings.test.mojom.imported"]
-module imported {
+module imported;
// This sample just defines some types that are imported into
// sample_service.mojom, to show how import works.
@@ -36,5 +36,3 @@ struct Point {
interface ImportedInterface {
DoSomething();
};
-
-} // module imported
« no previous file with comments | « mojo/public/interfaces/bindings/tests/sample_factory.mojom ('k') | mojo/public/interfaces/bindings/tests/sample_import2.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698