| Index: webkit/fileapi/file_system_util.h
|
| diff --git a/webkit/fileapi/file_system_util.h b/webkit/fileapi/file_system_util.h
|
| index 74091c49d994fb0b751fcf15eca116b6b8059143..78fa638980a5dc9e88bf3f3785f772d62164922d 100644
|
| --- a/webkit/fileapi/file_system_util.h
|
| +++ b/webkit/fileapi/file_system_util.h
|
| @@ -19,11 +19,11 @@ class GURL;
|
|
|
| namespace fileapi {
|
|
|
| -extern const char kPersistentDir[];
|
| -extern const char kTemporaryDir[];
|
| -extern const char kExternalDir[];
|
| -extern const char kIsolatedDir[];
|
| -extern const char kTestDir[];
|
| +WEBKIT_STORAGE_EXPORT extern const char kPersistentDir[];
|
| +WEBKIT_STORAGE_EXPORT extern const char kTemporaryDir[];
|
| +WEBKIT_STORAGE_EXPORT extern const char kExternalDir[];
|
| +WEBKIT_STORAGE_EXPORT extern const char kIsolatedDir[];
|
| +WEBKIT_STORAGE_EXPORT extern const char kTestDir[];
|
|
|
| class WEBKIT_STORAGE_EXPORT VirtualPath {
|
| public:
|
|
|