| Index: base/memory/shared_memory_nacl.cc
|
| diff --git a/base/shared_memory_nacl.cc b/base/memory/shared_memory_nacl.cc
|
| similarity index 98%
|
| rename from base/shared_memory_nacl.cc
|
| rename to base/memory/shared_memory_nacl.cc
|
| index 5522b8fcae0b1e4a6cafb57e76e3e732b113a412..bc2a98dfdf65551e5ab3abd507aabaefd8f72502 100644
|
| --- a/base/shared_memory_nacl.cc
|
| +++ b/base/memory/shared_memory_nacl.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>
|
|
|