| Index: base/platform_file.cc
|
| diff --git a/base/platform_file.cc b/base/platform_file.cc
|
| index aa113d3b14d6dd2c1787f326732264a04f566d46..bb411b893fef5c97289db470416eade7eb6074a7 100644
|
| --- a/base/platform_file.cc
|
| +++ b/base/platform_file.cc
|
| @@ -14,6 +14,7 @@ PlatformFileInfo::PlatformFileInfo()
|
|
|
| PlatformFileInfo::~PlatformFileInfo() {}
|
|
|
| +#if !defined(OS_NACL)
|
| PlatformFile CreatePlatformFile(const FilePath& name,
|
| int flags,
|
| bool* created,
|
| @@ -25,5 +26,6 @@ PlatformFile CreatePlatformFile(const FilePath& name,
|
| }
|
| return CreatePlatformFileUnsafe(name, flags, created, error);
|
| }
|
| +#endif
|
|
|
| } // namespace base
|
|
|