diff options
Diffstat (limited to 'chrome/nacl/nacl_launcher_thread.cc')
-rw-r--r-- | chrome/nacl/nacl_launcher_thread.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/nacl/nacl_launcher_thread.cc b/chrome/nacl/nacl_launcher_thread.cc index 6ea9a6c..ad1c5e4 100644 --- a/chrome/nacl/nacl_launcher_thread.cc +++ b/chrome/nacl/nacl_launcher_thread.cc @@ -12,7 +12,7 @@ #include "native_client/src/shared/imc/nacl_imc.h" #if defined(OS_LINUX) -#include "content/renderer/renderer_sandbox_support_linux.h" +#include "content/common/child_process_sandbox_support_linux.h" #endif #if defined(OS_WIN) @@ -97,7 +97,7 @@ void NaClLauncherThread::OnStartSelLdr( bool have_irt_file) { #if defined(OS_LINUX) nacl::SetCreateMemoryObjectFunc( - renderer_sandbox_support::MakeSharedMemorySegmentViaIPC); + child_process_sandbox_support::MakeSharedMemorySegmentViaIPC); #elif defined(OS_MACOSX) nacl::SetCreateMemoryObjectFunc(CreateMemoryObject); CHECK(handles.size() >= 1); |