| 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 c36a602e81c182f55e242899d807c295300acd33..8f0d81f44e4c992bdb4c6ab9c2dfb51f077f0015 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/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 STORAGE_EXPORT FileSystemMountPointProvider {
|
| public:
|
| // Callback for ValidateFileSystemRoot.
|
| typedef base::Callback<void(base::PlatformFileError error)>
|
|
|