| 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 ad7c45a660d420518f7933dbe6ae0f0e3599c980..e304ebc0d6cddd427efd9a0343ab572cf679f8d8 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/webkit_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 WEBKIT_STORAGE_EXPORT CrosMountPointProvider
|
| : public fileapi::ExternalFileSystemMountPointProvider {
|
| public:
|
| using fileapi::FileSystemMountPointProvider::ValidateFileSystemCallback;
|
|
|