| Index: webkit/chromeos/fileapi/cros_mount_point_provider.h
|
| diff --git a/webkit/chromeos/fileapi/cros_mount_point_provider.h b/webkit/chromeos/fileapi/cros_mount_point_provider.h
|
| index 8c76db0b715c66bc72fa824a0fe2984dca551827..0cf5150300c7a23ec49b7acf90038c95021e41fd 100644
|
| --- a/webkit/chromeos/fileapi/cros_mount_point_provider.h
|
| +++ b/webkit/chromeos/fileapi/cros_mount_point_provider.h
|
| @@ -14,8 +14,8 @@
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/synchronization/lock.h"
|
| #include "webkit/fileapi/file_system_mount_point_provider.h"
|
| -#include "webkit/fileapi/fileapi_export.h"
|
| #include "webkit/quota/special_storage_policy.h"
|
| +#include "webkit/storage/storage_export.h"
|
|
|
| namespace fileapi {
|
| class FileSystemFileUtil;
|
| @@ -28,7 +28,7 @@ namespace chromeos {
|
| class FileAccessPermissions;
|
|
|
| // An interface to provide local filesystem paths.
|
| -class FILEAPI_EXPORT CrosMountPointProvider
|
| +class STORAGE_EXPORT CrosMountPointProvider
|
| : public fileapi::ExternalFileSystemMountPointProvider {
|
| public:
|
| using fileapi::FileSystemMountPointProvider::ValidateFileSystemCallback;
|
|
|