| Index: webkit/fileapi/file_system_context.h
|
| diff --git a/webkit/fileapi/file_system_context.h b/webkit/fileapi/file_system_context.h
|
| index d3ea22e2fde2ad4a9cb0d979be3ee69822bd59bc..08c9acebde4ea3255433d37cd43b2901b9b158c6 100644
|
| --- a/webkit/fileapi/file_system_context.h
|
| +++ b/webkit/fileapi/file_system_context.h
|
| @@ -14,8 +14,8 @@
|
| #include "base/platform_file.h"
|
| #include "base/sequenced_task_runner_helpers.h"
|
| #include "webkit/fileapi/file_system_types.h"
|
| -#include "webkit/fileapi/fileapi_export.h"
|
| #include "webkit/fileapi/task_runner_bound_observer_list.h"
|
| +#include "webkit/storage/storage_export.h"
|
|
|
| class FilePath;
|
|
|
| @@ -46,7 +46,7 @@ struct DefaultContextDeleter;
|
|
|
| // This class keeps and provides a file system context for FileSystem API.
|
| // An instance of this class is created and owned by profile.
|
| -class FILEAPI_EXPORT FileSystemContext
|
| +class STORAGE_EXPORT FileSystemContext
|
| : public base::RefCountedThreadSafe<FileSystemContext,
|
| DefaultContextDeleter> {
|
| public:
|
|
|