Index: third_party/mojo/src/mojo/public/interfaces/bindings/tests/regression_tests.mojom |
diff --git a/third_party/mojo/src/mojo/public/interfaces/bindings/tests/regression_tests.mojom b/third_party/mojo/src/mojo/public/interfaces/bindings/tests/regression_tests.mojom |
index 4a85b0aeae74cc62ee2a984063fdc248e418dc7c..313f1f4d6bb88a036d4470a39b86cb869421f2a1 100644 |
--- a/third_party/mojo/src/mojo/public/interfaces/bindings/tests/regression_tests.mojom |
+++ b/third_party/mojo/src/mojo/public/interfaces/bindings/tests/regression_tests.mojom |
@@ -7,8 +7,6 @@ |
[JavaPackage="org.chromium.mojo.bindings.test.mojom.regression_tests"] |
module regression_tests; |
-import "regression_tests_import.mojom"; |
- |
interface CheckMethodWithEmptyResponse { |
WithouParameterAndEmptyResponse() => (); |
WithParameterAndEmptyResponse(bool b) => (); |
@@ -54,7 +52,3 @@ struct A { |
struct B { |
A? a; |
}; |
- |
-[Client=InterfaceWithClientImportedClient] |
-interface InterfaceWithClientImported { |
-}; |