| Index: content/browser/ppapi_broker_process_host.cc | 
| diff --git a/content/browser/ppapi_broker_process_host.cc b/content/browser/ppapi_broker_process_host.cc | 
| index 78c8c9b590102791d92624f1ad75a8712faa4c3c..a0c84985a983e9d26089aef06132ccb2658fb67d 100644 | 
| --- a/content/browser/ppapi_broker_process_host.cc | 
| +++ b/content/browser/ppapi_broker_process_host.cc | 
| @@ -17,8 +17,7 @@ | 
| #include "ppapi/proxy/ppapi_messages.h" | 
|  | 
| PpapiBrokerProcessHost::PpapiBrokerProcessHost() | 
| -    : BrowserChildProcessHost( | 
| -          ChildProcessInfo::PPAPI_BROKER_PROCESS, NULL) { | 
| +    : BrowserChildProcessHost(ChildProcessInfo::PPAPI_BROKER_PROCESS) { | 
| } | 
|  | 
| PpapiBrokerProcessHost::~PpapiBrokerProcessHost() { | 
|  |