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

Unified Diff: mojo/public/interfaces/bindings/tests/sample_service.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_service.mojom
diff --git a/mojo/public/interfaces/bindings/tests/sample_service.mojom b/mojo/public/interfaces/bindings/tests/sample_service.mojom
index f01d1c219a75de9cba9a3a42a062a19e9843416f..5c80781ca6c7a541f05973c36c9d703ba88c0926 100644
--- a/mojo/public/interfaces/bindings/tests/sample_service.mojom
+++ b/mojo/public/interfaces/bindings/tests/sample_service.mojom
@@ -2,12 +2,12 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+[JavaPackage="org.chromium.mojo.bindings.test.mojom.sample"]
+module sample;
+
import "sample_import.mojom";
import "sample_import2.mojom";
-[JavaPackage="org.chromium.mojo.bindings.test.mojom.sample"]
-module sample {
-
const uint8 kTwelve = 12;
const uint64 kTooBigForSignedInt64 = 9999999999999999999;
@@ -124,5 +124,3 @@ interface ServiceClient {
interface Port {
PostMessage@0(string message_text@0, Port port@1);
};
-
-}

Powered by Google App Engine
This is Rietveld 408576698