| Index: base/platform_file.h
|
| diff --git a/base/platform_file.h b/base/platform_file.h
|
| index 66e5f96f78b23f358765d068712c909e8c9225a8..2684ebac42201d3bb7e261870f615b38365dfdba 100644
|
| --- a/base/platform_file.h
|
| +++ b/base/platform_file.h
|
| @@ -122,7 +122,7 @@ PlatformFileError LastErrorToPlatformFileError(DWORD saved_errno);
|
| #elif defined(OS_POSIX)
|
| typedef int PlatformFile;
|
| const PlatformFile kInvalidPlatformFileValue = -1;
|
| -PlatformFileError ErrnoToPlatformFileError(int saved_errno);
|
| +BASE_EXPORT PlatformFileError ErrnoToPlatformFileError(int saved_errno);
|
| #endif
|
|
|
| // Creates or opens the given file. If |created| is provided, it will be set to
|
|
|