Index: content/browser/utility_process_host_impl.h |
diff --git a/content/browser/utility_process_host_impl.h b/content/browser/utility_process_host_impl.h |
index 00b72e0cbc5a5db29ca7246e2b3559d20a5a603f..e21bca4e61ebb58b07b7deef01fce0ef6f6474df 100644 |
--- a/content/browser/utility_process_host_impl.h |
+++ b/content/browser/utility_process_host_impl.h |
@@ -24,10 +24,11 @@ class Thread; |
namespace content { |
class BrowserChildProcessHostImpl; |
+class InProcessChildThreadParams; |
class MojoApplicationHost; |
typedef base::Thread* (*UtilityMainThreadFactoryFunction)( |
- const std::string& id); |
+ const InProcessChildThreadParams&); |
class CONTENT_EXPORT UtilityProcessHostImpl |
: public NON_EXPORTED_BASE(UtilityProcessHost), |