| Index: util/mach/child_port_handshake.h
 | 
| diff --git a/util/mach/child_port_handshake.h b/util/mach/child_port_handshake.h
 | 
| index 8956daf771ccbb472fe7e2408948d3058f80032c..f738cdad291e6c3d19e270fa4941af433e389b67 100644
 | 
| --- a/util/mach/child_port_handshake.h
 | 
| +++ b/util/mach/child_port_handshake.h
 | 
| @@ -138,7 +138,7 @@ class ChildPortHandshakeTest;
 | 
|  //!     // Obtain a receive right from the parent process.
 | 
|  //!     base::mac::ScopedMachReceiveRight receive_right(
 | 
|  //!         ChildPortHandshake::RunServerForFD(
 | 
| -//!             server_write_fd.Pass(),
 | 
| +//!             crashpad::move(server_write_fd),
 | 
|  //!             ChildPortHandshake::PortRightType::kReceiveRight));
 | 
|  //!   }
 | 
|  //! \endcode
 | 
| 
 |