| Index: webkit/browser/chromeos/fileapi/cros_mount_point_provider.h
|
| diff --git a/webkit/browser/chromeos/fileapi/cros_mount_point_provider.h b/webkit/browser/chromeos/fileapi/cros_mount_point_provider.h
|
| index 0df64b52c32d3d98b3de67a3c7cc3f62224eb8c4..279cc4f2b053064b5ddbeff35222f33d36fcde59 100644
|
| --- a/webkit/browser/chromeos/fileapi/cros_mount_point_provider.h
|
| +++ b/webkit/browser/chromeos/fileapi/cros_mount_point_provider.h
|
| @@ -15,8 +15,8 @@
|
| #include "base/synchronization/lock.h"
|
| #include "webkit/browser/fileapi/file_system_mount_point_provider.h"
|
| #include "webkit/browser/quota/special_storage_policy.h"
|
| +#include "webkit/browser/webkit_storage_browser_export.h"
|
| #include "webkit/common/fileapi/file_system_types.h"
|
| -#include "webkit/storage/webkit_storage_export.h"
|
|
|
| namespace fileapi {
|
| class AsyncFileUtilAdapter;
|
| @@ -63,7 +63,7 @@ class FileAccessPermissions;
|
| //
|
| // filesystem:<origin>/external/<mount_name>/...
|
| //
|
| -class WEBKIT_STORAGE_EXPORT CrosMountPointProvider
|
| +class WEBKIT_STORAGE_BROWSER_EXPORT CrosMountPointProvider
|
| : public fileapi::ExternalFileSystemMountPointProvider {
|
| public:
|
| using fileapi::FileSystemMountPointProvider::OpenFileSystemCallback;
|
|
|