| Index: webkit/fileapi/file_system_mount_point_provider.h
|
| diff --git a/webkit/fileapi/file_system_mount_point_provider.h b/webkit/fileapi/file_system_mount_point_provider.h
|
| index 876ce40c135e00590e6ab8a65db3abf2c2d96273..097932abb6244afa449b5e117e872662938d0a23 100644
|
| --- a/webkit/fileapi/file_system_mount_point_provider.h
|
| +++ b/webkit/fileapi/file_system_mount_point_provider.h
|
| @@ -11,8 +11,8 @@
|
| #include "base/callback_forward.h"
|
| #include "base/file_path.h"
|
| #include "base/platform_file.h"
|
| -#include "webkit/fileapi/fileapi_export.h"
|
| #include "webkit/fileapi/file_system_types.h"
|
| +#include "webkit/storage/webkit_storage_export.h"
|
|
|
| namespace webkit_blob {
|
| class FileStreamReader;
|
| @@ -30,7 +30,7 @@ class RemoteFileSystemProxyInterface;
|
|
|
| // An interface to provide mount-point-specific path-related utilities
|
| // and specialized FileSystemFileUtil instance.
|
| -class FILEAPI_EXPORT FileSystemMountPointProvider {
|
| +class WEBKIT_STORAGE_EXPORT FileSystemMountPointProvider {
|
| public:
|
| // Callback for ValidateFileSystemRoot.
|
| typedef base::Callback<void(base::PlatformFileError error)>
|
|
|