| Index: components/nacl/browser/nacl_process_host.cc
 | 
| diff --git a/components/nacl/browser/nacl_process_host.cc b/components/nacl/browser/nacl_process_host.cc
 | 
| index 28a05374a0d8f5c6cd0dda3612f7c3204ac0a5d2..033502986c932dc6c41873e3eb18163df66670dd 100644
 | 
| --- a/components/nacl/browser/nacl_process_host.cc
 | 
| +++ b/components/nacl/browser/nacl_process_host.cc
 | 
| @@ -268,7 +268,7 @@ NaClProcessHost::NaClProcessHost(
 | 
|        render_view_id_(render_view_id),
 | 
|        weak_factory_(this) {
 | 
|    process_.reset(content::BrowserChildProcessHost::Create(
 | 
| -      PROCESS_TYPE_NACL_LOADER, this));
 | 
| +      static_cast<content::ProcessType>(PROCESS_TYPE_NACL_LOADER), this));
 | 
|  
 | 
|    // Set the display name so the user knows what plugin the process is running.
 | 
|    // We aren't on the UI thread so getting the pref locale for language
 | 
| 
 |