| Index: ppapi/proxy/dispatcher.h
 | 
| ===================================================================
 | 
| --- ppapi/proxy/dispatcher.h	(revision 136613)
 | 
| +++ ppapi/proxy/dispatcher.h	(working copy)
 | 
| @@ -81,8 +81,7 @@
 | 
|    }
 | 
|  
 | 
|   protected:
 | 
| -  Dispatcher(base::ProcessHandle remote_process_handle,
 | 
| -             PP_GetInterface_Func local_get_interface);
 | 
| +  explicit Dispatcher(PP_GetInterface_Func local_get_interface);
 | 
|  
 | 
|    // Setter for the derived classes to set the appropriate var serialization.
 | 
|    // Takes one reference of the given pointer, which must be on the heap.
 | 
| 
 |