| Index: webkit/browser/fileapi/isolated_file_util.h
|
| diff --git a/webkit/browser/fileapi/isolated_file_util.h b/webkit/browser/fileapi/isolated_file_util.h
|
| index 8945be0f78f5d5e9522028cb19a8cbfd8cdaaf93..e6f595572c4caadab69671fe0d3eaf2c8d7c2fbe 100644
|
| --- a/webkit/browser/fileapi/isolated_file_util.h
|
| +++ b/webkit/browser/fileapi/isolated_file_util.h
|
| @@ -7,13 +7,14 @@
|
|
|
| #include "base/memory/scoped_ptr.h"
|
| #include "webkit/browser/fileapi/local_file_util.h"
|
| -#include "webkit/storage/webkit_storage_export.h"
|
| +#include "webkit/browser/webkit_storage_browser_export.h"
|
|
|
| namespace fileapi {
|
|
|
| class FileSystemOperationContext;
|
|
|
| -class WEBKIT_STORAGE_EXPORT_PRIVATE IsolatedFileUtil : public LocalFileUtil {
|
| +class WEBKIT_STORAGE_BROWSER_EXPORT_PRIVATE IsolatedFileUtil
|
| + : public LocalFileUtil {
|
| public:
|
| IsolatedFileUtil();
|
| virtual ~IsolatedFileUtil() {}
|
| @@ -28,7 +29,8 @@ class WEBKIT_STORAGE_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 WEBKIT_STORAGE_EXPORT_PRIVATE DraggedFileUtil : public IsolatedFileUtil {
|
| +class WEBKIT_STORAGE_BROWSER_EXPORT_PRIVATE DraggedFileUtil
|
| + : public IsolatedFileUtil {
|
| public:
|
| DraggedFileUtil();
|
| virtual ~DraggedFileUtil() {}
|
|
|