| Index: tools/json_schema_compiler/test/idl_basics.idl
 | 
| diff --git a/tools/json_schema_compiler/test/idl_basics.idl b/tools/json_schema_compiler/test/idl_basics.idl
 | 
| index c6f99207c7be10864078c692669332dda9e5e198..463574f258ff4fc9afa1ef477e139ce975dc85c1 100644
 | 
| --- a/tools/json_schema_compiler/test/idl_basics.idl
 | 
| +++ b/tools/json_schema_compiler/test/idl_basics.idl
 | 
| @@ -81,11 +81,20 @@
 | 
|      // |cb|: Override callback comment.
 | 
|      static void function18(Callback7 cb);
 | 
|  
 | 
| -    static long function19();
 | 
| -    static MyType1 function20();
 | 
| -    static MyType1[] function21();
 | 
| -    static EnumType function22();
 | 
| -    static EnumType[] function23();
 | 
| +    static void function20(idl_other_namespace.SomeType value);
 | 
| +    static void function21(idl_other_namespace.SomeType[] values);
 | 
| +    static void function22(
 | 
| +        idl_other_namespace.sub_namespace.AnotherType value);
 | 
| +    static void function23(
 | 
| +        idl_other_namespace.sub_namespace.AnotherType[] values);
 | 
| +
 | 
| +    static long function24();
 | 
| +    static MyType1 function25();
 | 
| +    static MyType1[] function26();
 | 
| +    static EnumType function27();
 | 
| +    static EnumType[] function28();
 | 
| +    static idl_other_namespace.SomeType function29();
 | 
| +    static idl_other_namespace.SomeType[] function30();
 | 
|    };
 | 
|  
 | 
|    interface Events {
 | 
| 
 |