include protocol "PTestManyChildAllocs.ipdl"; namespace mozilla { namespace _ipdltest { protocol PTestManyChildAllocsSub { manager PTestManyChildAllocs; parent: Hello(); // empty }; } // namespace _ipdltest } // namespace mozilla