| Index: base/memory/shared_memory_posix.cc
|
| diff --git a/base/memory/shared_memory_posix.cc b/base/memory/shared_memory_posix.cc
|
| index 66f58487ab3ecc31bcc754706497ebbc4891fec5..5d580d08c38c0294485e69a28082094fdcbd211d 100644
|
| --- a/base/memory/shared_memory_posix.cc
|
| +++ b/base/memory/shared_memory_posix.cc
|
| @@ -201,7 +201,7 @@ bool SharedMemory::Delete(const std::string& name) {
|
| return false;
|
|
|
| if (file_util::PathExists(path)) {
|
| - return file_util::Delete(path, false);
|
| + return base::Delete(path, false);
|
| }
|
|
|
| // Doesn't exist, so success.
|
|
|