| Index: mojo/public/cpp/bindings/associated_interface_ptr.h
|
| diff --git a/mojo/public/cpp/bindings/associated_interface_ptr.h b/mojo/public/cpp/bindings/associated_interface_ptr.h
|
| index 42cb9dc68e5e5426436f98b29ec791a27dc4af65..f44da8f38e677528b82ffe3fe9cadb5fb4452492 100644
|
| --- a/mojo/public/cpp/bindings/associated_interface_ptr.h
|
| +++ b/mojo/public/cpp/bindings/associated_interface_ptr.h
|
| @@ -31,6 +31,9 @@ namespace mojo {
|
| template <typename Interface>
|
| class AssociatedInterfacePtr {
|
| public:
|
| + using InterfaceType = Interface;
|
| + using PtrInfoType = AssociatedInterfacePtrInfo<Interface>;
|
| +
|
| // Constructs an unbound AssociatedInterfacePtr.
|
| AssociatedInterfacePtr() {}
|
| AssociatedInterfacePtr(decltype(nullptr)) {}
|
|
|