| Index: third_party/mojo/src/mojo/public/cpp/bindings/no_interface.h
|
| diff --git a/third_party/mojo/src/mojo/public/cpp/bindings/no_interface.h b/third_party/mojo/src/mojo/public/cpp/bindings/no_interface.h
|
| index 4c3578926ab7a808062f5a44ea17700e5dbf6bfb..d8915cdf02193393b86701d209c874dd6239c729 100644
|
| --- a/third_party/mojo/src/mojo/public/cpp/bindings/no_interface.h
|
| +++ b/third_party/mojo/src/mojo/public/cpp/bindings/no_interface.h
|
| @@ -12,7 +12,7 @@
|
| namespace mojo {
|
|
|
| // NoInterface is for use in cases when a non-existent or empty interface is
|
| -// needed (e.g., when the Mojom "Peer" attribute is not present).
|
| +// needed.
|
|
|
| class NoInterfaceProxy;
|
| class NoInterfaceStub;
|
| @@ -24,7 +24,6 @@ class NoInterface {
|
| typedef NoInterfaceStub Stub_;
|
| typedef PassThroughFilter RequestValidator_;
|
| typedef PassThroughFilter ResponseValidator_;
|
| - typedef NoInterface Client;
|
| virtual ~NoInterface() {}
|
| };
|
|
|
|
|