Index: base/shared_memory.h |
diff --git a/base/shared_memory.h b/base/shared_memory.h |
index ea720694930f82bf3b709385f7bad16c814a5165..90bed59ca0b0557048eb39806fb59921506735f3 100644 |
--- a/base/shared_memory.h |
+++ b/base/shared_memory.h |
@@ -17,6 +17,8 @@ |
#include "base/basictypes.h" |
#include "base/process.h" |
+class FilePath; |
+ |
namespace base { |
// SharedMemoryHandle is a platform specific type which represents |
@@ -160,8 +162,7 @@ class SharedMemory { |
private: |
#if defined(OS_POSIX) |
bool CreateOrOpen(const std::wstring &name, int posix_flags, size_t size); |
- bool FilenameForMemoryName(const std::wstring &memname, |
- std::wstring *filename); |
+ bool FilePathForMemoryName(const std::wstring& memname, FilePath* path); |
void LockOrUnlockCommon(int function); |
#endif |