| Index: webkit/browser/fileapi/file_system_operation_runner.h
|
| diff --git a/webkit/browser/fileapi/file_system_operation_runner.h b/webkit/browser/fileapi/file_system_operation_runner.h
|
| index 41e33000814c3b80e6c4fd72339746fe67fcc289..acd505c044ce66ca131fd3a5e36f9a3ce3369132 100644
|
| --- a/webkit/browser/fileapi/file_system_operation_runner.h
|
| +++ b/webkit/browser/fileapi/file_system_operation_runner.h
|
| @@ -13,7 +13,7 @@
|
| #include "base/memory/weak_ptr.h"
|
| #include "webkit/browser/fileapi/file_system_operation.h"
|
| #include "webkit/browser/fileapi/file_system_url.h"
|
| -#include "webkit/storage/webkit_storage_export.h"
|
| +#include "webkit/browser/webkit_storage_browser_export.h"
|
|
|
| namespace fileapi {
|
|
|
| @@ -33,7 +33,7 @@ class FileSystemContext;
|
| // by filesystems which implement LocalFileSystemOperation.
|
| // If they are called on other filesystems
|
| // base::PLATFORM_FILE_ERROR_INVALID_OPERATION is returned via callback.
|
| -class WEBKIT_STORAGE_EXPORT FileSystemOperationRunner
|
| +class WEBKIT_STORAGE_BROWSER_EXPORT FileSystemOperationRunner
|
| : public base::SupportsWeakPtr<FileSystemOperationRunner> {
|
| public:
|
| typedef FileSystemOperation::GetMetadataCallback GetMetadataCallback;
|
|
|