summaryrefslogtreecommitdiffstats
path: root/base/shared_memory.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/shared_memory.h')
-rw-r--r--base/shared_memory.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/base/shared_memory.h b/base/shared_memory.h
index 30b1a89..da6f5b7b 100644
--- a/base/shared_memory.h
+++ b/base/shared_memory.h
@@ -23,10 +23,10 @@
#include "base/file_descriptor_posix.h"
#endif
-class FilePath;
-
namespace base {
+class FilePath;
+
// SharedMemoryHandle is a platform specific type which represents
// the underlying OS handle to a shared memory segment.
#if defined(OS_WIN)