| Index: webkit/fileapi/file_system_options.h
|
| diff --git a/webkit/fileapi/file_system_options.h b/webkit/fileapi/file_system_options.h
|
| index ccba7a0413bbac218467eed2e0225d3e345317af..688bbbb76078a1d47f73f199b0267cd4e5c61815 100644
|
| --- a/webkit/fileapi/file_system_options.h
|
| +++ b/webkit/fileapi/file_system_options.h
|
| @@ -8,11 +8,13 @@
|
| #include <string>
|
| #include <vector>
|
|
|
| +#include "webkit/fileapi/fileapi_export.h"
|
| +
|
| namespace fileapi {
|
|
|
| // Provides runtime options that may change FileSystem API behavior.
|
| // This object is copyable.
|
| -class FileSystemOptions {
|
| +class FILEAPI_EXPORT FileSystemOptions {
|
| public:
|
| enum ProfileMode {
|
| PROFILE_MODE_NORMAL = 0,
|
|
|