| Index: base/memory/shared_memory.h
 | 
| diff --git a/base/memory/shared_memory.h b/base/memory/shared_memory.h
 | 
| index 8e32e7267334b0367dc0f97eb5a60f30e4382e44..f02ec2232bc66ad7c7c1ff1252c0a768c54806ff 100644
 | 
| --- a/base/memory/shared_memory.h
 | 
| +++ b/base/memory/shared_memory.h
 | 
| @@ -260,7 +260,7 @@ class BASE_EXPORT SharedMemory {
 | 
|  
 | 
|   private:
 | 
|  #if defined(OS_POSIX) && !defined(OS_NACL)
 | 
| -  bool PrepareMapFile(file_util::ScopedFILE fp, base::ScopedFD readonly);
 | 
| +  bool PrepareMapFile(ScopedFILE fp, ScopedFD readonly);
 | 
|    bool FilePathForMemoryName(const std::string& mem_name, FilePath* path);
 | 
|    void LockOrUnlockCommon(int function);
 | 
|  #endif
 | 
| 
 |