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 e14341638a170964d8d30b60e8a1187d765ecde4..40dcbb1ce79ac0431e8c2570db17d31aab036c1c 100644 |
--- a/components/nacl/browser/nacl_process_host.cc |
+++ b/components/nacl/browser/nacl_process_host.cc |
@@ -264,7 +264,7 @@ NaClProcessHost::NaClProcessHost(const GURL& manifest_url, |
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 |