| Index: webkit/fileapi/sandbox_mount_point_provider.h
|
| diff --git a/webkit/fileapi/sandbox_mount_point_provider.h b/webkit/fileapi/sandbox_mount_point_provider.h
|
| index e447f20f247fa21c17019b21f344d00da3c9e71b..a8cf2c94ad5d6480631e3d403a0b3d15caa8e5df 100644
|
| --- a/webkit/fileapi/sandbox_mount_point_provider.h
|
| +++ b/webkit/fileapi/sandbox_mount_point_provider.h
|
| @@ -15,11 +15,11 @@
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/memory/weak_ptr.h"
|
| #include "googleurl/src/gurl.h"
|
| -#include "webkit/fileapi/fileapi_export.h"
|
| #include "webkit/fileapi/file_system_mount_point_provider.h"
|
| #include "webkit/fileapi/file_system_options.h"
|
| #include "webkit/fileapi/file_system_quota_util.h"
|
| #include "webkit/fileapi/task_runner_bound_observer_list.h"
|
| +#include "webkit/storage/webkit_storage_export.h"
|
|
|
| namespace base {
|
| class SequencedTaskRunner;
|
| @@ -39,7 +39,7 @@ class SandboxQuotaObserver;
|
| // profile directory in a sandboxed way.
|
| // This interface also lets one enumerate and remove storage for the origins
|
| // that use the filesystem.
|
| -class FILEAPI_EXPORT SandboxMountPointProvider
|
| +class WEBKIT_STORAGE_EXPORT SandboxMountPointProvider
|
| : public FileSystemMountPointProvider,
|
| public FileSystemQuotaUtil {
|
| public:
|
|
|