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