| Index: base/platform_file.h
|
| diff --git a/base/platform_file.h b/base/platform_file.h
|
| index a2693a7d3987c9964f363842ef8c591340acea7e..27686d1044b3534a9169b5f393d45baf68a2d7d9 100644
|
| --- a/base/platform_file.h
|
| +++ b/base/platform_file.h
|
| @@ -134,8 +134,6 @@ const PlatformFile kInvalidPlatformFileValue = -1;
|
| BASE_EXPORT PlatformFileError ErrnoToPlatformFileError(int saved_errno);
|
| #endif
|
|
|
| -BASE_EXPORT FILE* FdopenPlatformFile(PlatformFile file, const char* mode);
|
| -
|
| // Closes a file handle. Returns |true| on success and |false| otherwise.
|
| BASE_EXPORT bool ClosePlatformFile(PlatformFile file);
|
|
|
|
|