| Index: mojo/public/cpp/bindings/lib/interface_ptr_internal.h
|
| diff --git a/mojo/public/cpp/bindings/lib/interface_ptr_internal.h b/mojo/public/cpp/bindings/lib/interface_ptr_internal.h
|
| index 889c3d75f1df60e97668a8f932b06dde6f40998a..113974b1749f7cf705a7120c5773145044599b36 100644
|
| --- a/mojo/public/cpp/bindings/lib/interface_ptr_internal.h
|
| +++ b/mojo/public/cpp/bindings/lib/interface_ptr_internal.h
|
| @@ -103,7 +103,7 @@ class InterfacePtrState {
|
|
|
| // After this method is called, the object is in an invalid state and
|
| // shouldn't be reused.
|
| - InterfaceHandle<Interface> PassInterface() {
|
| + InterfaceHandle<Interface> PassInterfaceHandle() {
|
| return InterfaceHandle<Interface>(
|
| router_ ? router_->PassMessagePipe() : handle_.Pass(), version_);
|
| }
|
|
|