| Index: webkit/fileapi/syncable/file_change.h
|
| diff --git a/webkit/fileapi/syncable/file_change.h b/webkit/fileapi/syncable/file_change.h
|
| index 616bc721d65b14a738b23f1ec694ad990320be51..14878f8068f06684490e403464e8819460c91526 100644
|
| --- a/webkit/fileapi/syncable/file_change.h
|
| +++ b/webkit/fileapi/syncable/file_change.h
|
| @@ -9,11 +9,11 @@
|
| #include <vector>
|
|
|
| #include "base/basictypes.h"
|
| -#include "webkit/fileapi/fileapi_export.h"
|
| +#include "webkit/storage/webkit_storage_export.h"
|
|
|
| namespace fileapi {
|
|
|
| -class FILEAPI_EXPORT FileChange {
|
| +class WEBKIT_STORAGE_EXPORT FileChange {
|
| public:
|
| enum ChangeType {
|
| FILE_CHANGE_ADD_OR_UPDATE,
|
| @@ -47,7 +47,7 @@ class FILEAPI_EXPORT FileChange {
|
| FileType file_type_;
|
| };
|
|
|
| -class FILEAPI_EXPORT FileChangeList {
|
| +class WEBKIT_STORAGE_EXPORT FileChangeList {
|
| public:
|
| FileChangeList();
|
| ~FileChangeList();
|
|
|