| Index: content/common/child_process_sandbox_support_impl_shm_linux.cc
|
| diff --git a/content/common/child_process_sandbox_support_impl_shm_linux.cc b/content/common/child_process_sandbox_support_impl_shm_linux.cc
|
| index 0c634c109a9c66ed77ad865bf8e6fe8713c2f461..58da8cb43c14a8d7502fc70a744d96ee571adcd3 100644
|
| --- a/content/common/child_process_sandbox_support_impl_shm_linux.cc
|
| +++ b/content/common/child_process_sandbox_support_impl_shm_linux.cc
|
| @@ -11,7 +11,7 @@
|
| namespace content {
|
|
|
| int MakeSharedMemorySegmentViaIPC(size_t length, bool executable) {
|
| - Pickle request;
|
| + base::Pickle request;
|
| request.WriteInt(LinuxSandbox::METHOD_MAKE_SHARED_MEMORY_SEGMENT);
|
| request.WriteUInt32(length);
|
| request.WriteBool(executable);
|
|
|