| 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 17c7ed0b44b86d714ee34f65177dfcce381f8ffe..0f6302731ff24dc1866bae0562feb5cc2fa8a793 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() {
|
|
|