Chromium Code Reviews| Index: chrome/renderer/chrome_ppapi_interfaces.cc |
| =================================================================== |
| --- chrome/renderer/chrome_ppapi_interfaces.cc (revision 97468) |
| +++ chrome/renderer/chrome_ppapi_interfaces.cc (working copy) |
| @@ -29,7 +29,7 @@ |
| std::vector<nacl::FileDescriptor> sockets; |
| base::ProcessHandle nacl_process; |
| if (!RenderThread::current()->Send( |
| - new ViewHostMsg_LaunchNaCl( |
| + new ChromeViewHostMsg_LaunchNaCl( |
| ASCIIToWide(alleged_url), |
| socket_count, |
| &sockets, |