diff options
Diffstat (limited to 'mojo/public/interfaces/bindings/tests/sample_service.mojom')
-rw-r--r-- | mojo/public/interfaces/bindings/tests/sample_service.mojom | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mojo/public/interfaces/bindings/tests/sample_service.mojom b/mojo/public/interfaces/bindings/tests/sample_service.mojom index 9a4694b..1dcc1c7 100644 --- a/mojo/public/interfaces/bindings/tests/sample_service.mojom +++ b/mojo/public/interfaces/bindings/tests/sample_service.mojom @@ -5,7 +5,7 @@ import "sample_import.mojom" import "sample_import2.mojom" -[JavaPackage="org.chromium.mojo.bindings.test.sample"] +[JavaPackage="org.chromium.mojo.bindings.test.mojom.sample"] module sample { const uint8 kTwelve = 12; |