| Index: third_party/mojo/src/mojo/public/cpp/application/lazy_interface_ptr.h
|
| diff --git a/third_party/mojo/src/mojo/public/cpp/application/lazy_interface_ptr.h b/third_party/mojo/src/mojo/public/cpp/application/lazy_interface_ptr.h
|
| index a9b57dbde473546a8fadb07f61652b587dda7baf..2d58db129554cfa08605ae3d1768afc8943d1ac4 100644
|
| --- a/third_party/mojo/src/mojo/public/cpp/application/lazy_interface_ptr.h
|
| +++ b/third_party/mojo/src/mojo/public/cpp/application/lazy_interface_ptr.h
|
| @@ -10,6 +10,8 @@
|
|
|
| namespace mojo {
|
|
|
| +// An InterfacePtr that will request an implementation from a specified
|
| +// ServiceProvider when it is first accessed with the get() method.
|
| template <typename Interface>
|
| class LazyInterfacePtr : public InterfacePtr<Interface> {
|
| public:
|
|
|