| Index: remoting/host/desktop_process.h
 | 
| diff --git a/remoting/host/desktop_process.h b/remoting/host/desktop_process.h
 | 
| index b7e5e1799371e1865a2aa4648d1de21305c0231c..8db886e0c1b1c63a933ba16b8f4e8527b299cd83 100644
 | 
| --- a/remoting/host/desktop_process.h
 | 
| +++ b/remoting/host/desktop_process.h
 | 
| @@ -55,7 +55,7 @@ class DesktopProcess : public DesktopSessionAgent::Delegate,
 | 
|   private:
 | 
|    // Crashes the process in response to a daemon's request. The daemon passes
 | 
|    // the location of the code that detected the fatal error resulted in this
 | 
| -  // request. See the declaration of ChromotingDaemonDesktopMsg_Crash message.
 | 
| +  // request. See the declaration of ChromotingDaemonMsg_Crash message.
 | 
|    void OnCrash(const std::string& function_name,
 | 
|                 const std::string& file_name,
 | 
|                 const int& line_number);
 | 
| 
 |