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

Unified Diff: mojo/services/test_service/test_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
« no previous file with comments | « mojo/services/test_service/test_request_tracker.mojom ('k') | mojo/shell/app_child_process.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/test_service/test_service.mojom
diff --git a/mojo/services/test_service/test_service.mojom b/mojo/services/test_service/test_service.mojom
index bda3b6881ee80fa83701aa92d806dcc3247f2f92..5144addc6139b6d8141d02a1a56dc8b9b157faf3 100644
--- a/mojo/services/test_service/test_service.mojom
+++ b/mojo/services/test_service/test_service.mojom
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-module mojo.test {
+module mojo.test;
interface TestService {
Ping() => ();
@@ -17,5 +17,3 @@ interface TestTimeService {
GetPartyTime() => (int64 time_usec);
StartTrackingRequests() => ();
};
-
-} // module mojo.test
« no previous file with comments | « mojo/services/test_service/test_request_tracker.mojom ('k') | mojo/shell/app_child_process.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698