Chromium Code Reviews| 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[]; |
|
kinuko
2012/10/19 04:07:19
This change is not necessary now?
hashimoto
2012/10/19 07:07:45
You're right, thanks.
Done.
|
| class WEBKIT_STORAGE_EXPORT VirtualPath { |
| public: |