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

Unified Diff: mojo/services/test_service/test_request_tracker.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/services/test_service/test_request_tracker.mojom
diff --git a/mojo/services/test_service/test_request_tracker.mojom b/mojo/services/test_service/test_request_tracker.mojom
index a750031bf01086a86d961d0885afcace0d8681dc..862bb7fbeb8402b861f5896ddb849adf86f310e0 100644
--- a/mojo/services/test_service/test_request_tracker.mojom
+++ b/mojo/services/test_service/test_request_tracker.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;
// Various counters that services can periodically send to a
// TestTrackedRequestService for recording.
@@ -39,5 +39,3 @@ interface TestRequestTrackerClient {
// Handshake to tell the client its global identifier and get the name.
SetIdAndReturnName(uint64 id) => (string? service_name);
};
-
-} // module mojo.test
« no previous file with comments | « mojo/services/public/interfaces/window_manager2/window_manager2.mojom ('k') | mojo/services/test_service/test_service.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698