| Index: webkit/browser/fileapi/async_file_util.h
|
| diff --git a/webkit/browser/fileapi/async_file_util.h b/webkit/browser/fileapi/async_file_util.h
|
| index 847adcffbde61fa39c82409964599623f9c58be2..97b6590e16dc5a0c46a0496d3eb2652f1b714ebe 100644
|
| --- a/webkit/browser/fileapi/async_file_util.h
|
| +++ b/webkit/browser/fileapi/async_file_util.h
|
| @@ -10,8 +10,8 @@
|
| #include "base/files/file_util_proxy.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/platform_file.h"
|
| +#include "webkit/browser/webkit_storage_browser_export.h"
|
| #include "webkit/common/fileapi/directory_entry.h"
|
| -#include "webkit/storage/webkit_storage_export.h"
|
|
|
| namespace base {
|
| class Time;
|
| @@ -38,7 +38,7 @@ class FileSystemURL;
|
| // alive while FileSystemOperationContext given to each operation is kept
|
| // alive. (Note that this instance might be freed on different thread
|
| // from the thread it is created.)
|
| -class WEBKIT_STORAGE_EXPORT AsyncFileUtil {
|
| +class WEBKIT_STORAGE_BROWSER_EXPORT AsyncFileUtil {
|
| public:
|
| typedef base::Callback<
|
| void(base::PlatformFileError result)> StatusCallback;
|
|
|