| Index: webkit/fileapi/file_util_helper.h
|
| diff --git a/webkit/fileapi/file_util_helper.h b/webkit/fileapi/file_util_helper.h
|
| index 47e660574270b94b92555c811912a025f5f69298..41b2e941f1f4df39435fab3122cf2eb34a415e04 100644
|
| --- a/webkit/fileapi/file_util_helper.h
|
| +++ b/webkit/fileapi/file_util_helper.h
|
| @@ -9,7 +9,7 @@
|
|
|
| #include "base/file_util_proxy.h"
|
| #include "base/platform_file.h"
|
| -#include "webkit/fileapi/fileapi_export.h"
|
| +#include "webkit/storage/webkit_storage_export.h"
|
|
|
| namespace fileapi {
|
|
|
| @@ -19,7 +19,7 @@ class FileSystemURL;
|
|
|
| // A collection of static methods that are usually called by
|
| // FileSystemFileUtilProxy. The method should be called on FILE thread.
|
| -class FILEAPI_EXPORT_PRIVATE FileUtilHelper {
|
| +class WEBKIT_STORAGE_EXPORT_PRIVATE FileUtilHelper {
|
| public:
|
| static bool PathExists(
|
| FileSystemOperationContext* context,
|
|
|