| Index: base/memory/shared_memory_posix.cc
|
| diff --git a/base/shared_memory_posix.cc b/base/memory/shared_memory_posix.cc
|
| similarity index 99%
|
| rename from base/shared_memory_posix.cc
|
| rename to base/memory/shared_memory_posix.cc
|
| index 607d665e61767fceeccdcfa966b84177c69ee71b..92e685e00a039ed00b9c9fa1107f581481ddda0b 100644
|
| --- a/base/shared_memory_posix.cc
|
| +++ b/base/memory/shared_memory_posix.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "base/shared_memory.h"
|
| +#include "base/memory/shared_memory.h"
|
|
|
| #include <errno.h>
|
| #include <fcntl.h>
|
|
|