diff options
Diffstat (limited to 'mojo/public/interfaces/bindings/tests/test_structs.mojom')
-rw-r--r-- | mojo/public/interfaces/bindings/tests/test_structs.mojom | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mojo/public/interfaces/bindings/tests/test_structs.mojom b/mojo/public/interfaces/bindings/tests/test_structs.mojom index 25399c8..cf91161 100644 --- a/mojo/public/interfaces/bindings/tests/test_structs.mojom +++ b/mojo/public/interfaces/bindings/tests/test_structs.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. -[JavaPackage="org.chromium.mojo.bindings.test.test_structs"] +[JavaPackage="org.chromium.mojo.bindings.test.mojom.test_structs"] module mojo.test { struct Rect { |