Index: base/shared_memory_posix.cc |
=================================================================== |
--- base/shared_memory_posix.cc (revision 5371) |
+++ base/shared_memory_posix.cc (working copy) |
@@ -10,6 +10,8 @@ |
#include "base/logging.h" |
#include "base/string_util.h" |
+namespace base { |
+ |
namespace { |
// Paranoia. Semaphores and shared memory segments should live in different |
// namespaces, but who knows what's out there. |
@@ -166,3 +168,4 @@ |
sem_post(lock_); |
} |
+} // namespace base |