summaryrefslogtreecommitdiff
path: root/mojo/public/tools/bindings/generators/cpp_templates/interface_stub_declaration.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'mojo/public/tools/bindings/generators/cpp_templates/interface_stub_declaration.tmpl')
-rw-r--r--mojo/public/tools/bindings/generators/cpp_templates/interface_stub_declaration.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/mojo/public/tools/bindings/generators/cpp_templates/interface_stub_declaration.tmpl b/mojo/public/tools/bindings/generators/cpp_templates/interface_stub_declaration.tmpl
index 79ab46f337..7253c0a5a5 100644
--- a/mojo/public/tools/bindings/generators/cpp_templates/interface_stub_declaration.tmpl
+++ b/mojo/public/tools/bindings/generators/cpp_templates/interface_stub_declaration.tmpl
@@ -10,7 +10,7 @@ class {{export_attribute}} {{interface.name}}StubDispatch {
template <typename ImplRefTraits =
mojo::RawPtrImplRefTraits<{{interface.name}}>>
class {{interface.name}}Stub
- : public NON_EXPORTED_BASE(mojo::MessageReceiverWithResponderStatus) {
+ : public mojo::MessageReceiverWithResponderStatus {
public:
using ImplPointerType = typename ImplRefTraits::PointerType;