| Index: content/child/child_process_sandbox_support_impl_shm_linux.cc
|
| diff --git a/content/common/child_process_sandbox_support_impl_shm_linux.cc b/content/child/child_process_sandbox_support_impl_shm_linux.cc
|
| similarity index 80%
|
| rename from content/common/child_process_sandbox_support_impl_shm_linux.cc
|
| rename to content/child/child_process_sandbox_support_impl_shm_linux.cc
|
| index eb4f67dac564c4aa9c146e565e4747cb9c730f78..685bbfeaf40627259aee913ddc8919b3e7716181 100644
|
| --- a/content/common/child_process_sandbox_support_impl_shm_linux.cc
|
| +++ b/content/child/child_process_sandbox_support_impl_shm_linux.cc
|
| @@ -1,11 +1,8 @@
|
| -// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| +// Copyright 2017 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "content/common/child_process_sandbox_support_impl_linux.h"
|
| -
|
| -#include <stddef.h>
|
| -#include <stdint.h>
|
| +#include "content/child/child_process_sandbox_support_impl_linux.h"
|
|
|
| #include "base/pickle.h"
|
| #include "base/posix/unix_domain_socket_linux.h"
|
|
|