| Index: webkit/fileapi/isolated_file_util.h
|
| diff --git a/webkit/fileapi/isolated_file_util.h b/webkit/fileapi/isolated_file_util.h
|
| index a5133ac30b400f0791a6030df4fd66900cd191d7..652c33400a6b5f44ebc7f56db6070505af3ba93c 100644
|
| --- a/webkit/fileapi/isolated_file_util.h
|
| +++ b/webkit/fileapi/isolated_file_util.h
|
| @@ -5,14 +5,14 @@
|
| #ifndef WEBKIT_FILEAPI_ISOLATED_FILE_UTIL_H_
|
| #define WEBKIT_FILEAPI_ISOLATED_FILE_UTIL_H_
|
|
|
| -#include "webkit/fileapi/fileapi_export.h"
|
| #include "webkit/fileapi/local_file_util.h"
|
| +#include "webkit/storage/webkit_storage_export.h"
|
|
|
| namespace fileapi {
|
|
|
| class FileSystemOperationContext;
|
|
|
| -class FILEAPI_EXPORT_PRIVATE IsolatedFileUtil : public LocalFileUtil {
|
| +class WEBKIT_STORAGE_EXPORT_PRIVATE IsolatedFileUtil : public LocalFileUtil {
|
| public:
|
| IsolatedFileUtil();
|
| virtual ~IsolatedFileUtil() {}
|
| @@ -27,7 +27,7 @@ class FILEAPI_EXPORT_PRIVATE IsolatedFileUtil : public LocalFileUtil {
|
| // Dragged file system is a specialized IsolatedFileUtil where read access to
|
| // the virtual root directory (i.e. empty cracked path case) is allowed
|
| // and single isolated context may be associated with multiple file paths.
|
| -class FILEAPI_EXPORT_PRIVATE DraggedFileUtil : public IsolatedFileUtil {
|
| +class WEBKIT_STORAGE_EXPORT_PRIVATE DraggedFileUtil : public IsolatedFileUtil {
|
| public:
|
| DraggedFileUtil();
|
| virtual ~DraggedFileUtil() {}
|
|
|