| Index: webkit/fileapi/file_system_callback_dispatcher.h
|
| diff --git a/webkit/fileapi/file_system_callback_dispatcher.h b/webkit/fileapi/file_system_callback_dispatcher.h
|
| index b9a70b0cbec477a7ebb35fd4a577b916a9390c42..9db2ef69ac2cc9c993ea6307a7275a54af114eee 100644
|
| --- a/webkit/fileapi/file_system_callback_dispatcher.h
|
| +++ b/webkit/fileapi/file_system_callback_dispatcher.h
|
| @@ -11,7 +11,7 @@
|
| #include "base/file_util_proxy.h"
|
| #include "base/platform_file.h"
|
| #include "base/process.h"
|
| -#include "webkit/fileapi/fileapi_export.h"
|
| +#include "webkit/storage/webkit_storage_export.h"
|
|
|
| class GURL;
|
|
|
| @@ -20,7 +20,7 @@ namespace fileapi {
|
| // This class mirrors the callbacks in
|
| // third_party/WebKit/Source/WebKit/chromium/public/WebFileSystemCallbacks.h,
|
| // but uses chromium types.
|
| -class FILEAPI_EXPORT FileSystemCallbackDispatcher {
|
| +class WEBKIT_STORAGE_EXPORT FileSystemCallbackDispatcher {
|
| public:
|
| virtual ~FileSystemCallbackDispatcher();
|
|
|
|
|