| Index: webkit/fileapi/native_file_util.h
|
| diff --git a/webkit/fileapi/native_file_util.h b/webkit/fileapi/native_file_util.h
|
| index ea1417347f77033041a3675a74ce089b10b5bdab..dc1d39d0410216743007cdc8709ec34b9730f83a 100644
|
| --- a/webkit/fileapi/native_file_util.h
|
| +++ b/webkit/fileapi/native_file_util.h
|
| @@ -8,6 +8,7 @@
|
| #include "base/file_path.h"
|
| #include "base/file_util_proxy.h"
|
| #include "base/platform_file.h"
|
| +#include "webkit/fileapi/fileapi_export.h"
|
| #include "webkit/fileapi/file_system_file_util.h"
|
|
|
| namespace base {
|
| @@ -21,7 +22,7 @@ using base::PlatformFileError;
|
|
|
| // TODO(dmikurube): Add unit tests for NativeFileUtil.
|
| // This class handles accessing the OS native filesystem.
|
| -class NativeFileUtil {
|
| +class FILEAPI_EXPORT_PRIVATE NativeFileUtil {
|
| public:
|
| static PlatformFileError CreateOrOpen(
|
| const FilePath& path,
|
|
|