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