Index: chrome/browser/utility_process_host.cc |
=================================================================== |
--- chrome/browser/utility_process_host.cc (revision 51385) |
+++ chrome/browser/utility_process_host.cc (working copy) |
@@ -17,7 +17,7 @@ |
UtilityProcessHost::UtilityProcessHost(ResourceDispatcherHost* rdh, |
Client* client, |
ChromeThread::ID client_thread_id) |
- : ChildProcessHost(UTILITY_PROCESS, rdh), |
+ : BrowserChildProcessHost(UTILITY_PROCESS, rdh), |
client_(client), |
client_thread_id_(client_thread_id) { |
} |