| Index: components/nacl/browser/nacl_broker_host_win.cc
|
| diff --git a/components/nacl/browser/nacl_broker_host_win.cc b/components/nacl/browser/nacl_broker_host_win.cc
|
| index a8c5350144bfb1cb80e4e5ef08adc3eeef5699bd..3cf2be9038a448d170db8cf7f73ec6afc66f5e13 100644
|
| --- a/components/nacl/browser/nacl_broker_host_win.cc
|
| +++ b/components/nacl/browser/nacl_broker_host_win.cc
|
| @@ -40,7 +40,7 @@ namespace nacl {
|
|
|
| NaClBrokerHost::NaClBrokerHost() : is_terminating_(false) {
|
| process_.reset(content::BrowserChildProcessHost::Create(
|
| - PROCESS_TYPE_NACL_BROKER, this));
|
| + static_cast<content::ProcessType>(PROCESS_TYPE_NACL_BROKER), this));
|
| }
|
|
|
| NaClBrokerHost::~NaClBrokerHost() {
|
|
|