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 |