Index: mojo/public/interfaces/bindings/tests/no_module.mojom |
diff --git a/mojo/services/public/interfaces/surfaces/surface_id.mojom b/mojo/public/interfaces/bindings/tests/no_module.mojom |
similarity index 75% |
copy from mojo/services/public/interfaces/surfaces/surface_id.mojom |
copy to mojo/public/interfaces/bindings/tests/no_module.mojom |
index 5a7686da33112b7d5d64204c42d5f6da6efadc39..f3800112904ec7413c2412ce4cf1ac3ab48d24be 100644 |
--- a/mojo/services/public/interfaces/surfaces/surface_id.mojom |
+++ b/mojo/public/interfaces/bindings/tests/no_module.mojom |
@@ -2,10 +2,8 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-module mojo { |
+// Entities without module |
-struct SurfaceId { |
- uint64 id; |
+enum EnumWithoutModule { |
+ A |
}; |
- |
-} |