| 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 424f1faf8ff6d48c7ce522977c27d40673eae8d5..47c4a56cbd24524e7eb46d0cda0a03ca5934d382 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:
|
|
|