| Index: webkit/fileapi/file_util_helper.h
|
| diff --git a/webkit/fileapi/file_util_helper.h b/webkit/fileapi/file_util_helper.h
|
| index 61d8b501676ea6204917992044bc35d21bc4aa37..cbf25df02929762e3a94fb2309c06a4a4dccc263 100644
|
| --- a/webkit/fileapi/file_util_helper.h
|
| +++ b/webkit/fileapi/file_util_helper.h
|
| @@ -9,6 +9,7 @@
|
|
|
| #include "base/file_util_proxy.h"
|
| #include "base/platform_file.h"
|
| +#include "webkit/fileapi/fileapi_export.h"
|
|
|
| namespace fileapi {
|
|
|
| @@ -18,7 +19,7 @@ class FileSystemPath;
|
|
|
| // A collection of static methods that are usually called by
|
| // FileSystemFileUtilProxy. The method should be called on FILE thread.
|
| -class FileUtilHelper {
|
| +class FILEAPI_EXPORT_PRIVATE FileUtilHelper {
|
| public:
|
| static base::PlatformFileError Copy(
|
| FileSystemOperationContext* context,
|
|
|