| Index: chrome/browser/utility_process_host.cc
 | 
| diff --git a/chrome/browser/utility_process_host.cc b/chrome/browser/utility_process_host.cc
 | 
| index 888da1e66b6e9b56ebe5673e11eb1c1c536d0d5b..5669ec077fad8e95fc9eb74e16f6e1a59072e97f 100644
 | 
| --- a/chrome/browser/utility_process_host.cc
 | 
| +++ b/chrome/browser/utility_process_host.cc
 | 
| @@ -17,10 +17,9 @@
 | 
|  #include "third_party/skia/include/core/SkBitmap.h"
 | 
|  #include "ui/base/ui_base_switches.h"
 | 
|  
 | 
| -UtilityProcessHost::UtilityProcessHost(ResourceDispatcherHost* rdh,
 | 
| -                                       Client* client,
 | 
| +UtilityProcessHost::UtilityProcessHost(Client* client,
 | 
|                                         BrowserThread::ID client_thread_id)
 | 
| -    : BrowserChildProcessHost(UTILITY_PROCESS, rdh),
 | 
| +    : BrowserChildProcessHost(UTILITY_PROCESS, NULL),
 | 
|        client_(client),
 | 
|        client_thread_id_(client_thread_id),
 | 
|        is_batch_mode_(false) {
 | 
| 
 |