| Index: webkit/browser/fileapi/dragged_file_util.h
|
| diff --git a/webkit/browser/fileapi/dragged_file_util.h b/webkit/browser/fileapi/dragged_file_util.h
|
| index 712be9c346e7b3087b0658a4326a0857102388e5..8999796055329ae11b734a423a4167beaa07dc0e 100644
|
| --- a/webkit/browser/fileapi/dragged_file_util.h
|
| +++ b/webkit/browser/fileapi/dragged_file_util.h
|
| @@ -7,7 +7,7 @@
|
|
|
| #include "base/memory/scoped_ptr.h"
|
| #include "webkit/browser/fileapi/local_file_util.h"
|
| -#include "webkit/browser/webkit_storage_browser_export.h"
|
| +#include "webkit/browser/storage_export.h"
|
|
|
| namespace storage {
|
|
|
| @@ -16,7 +16,7 @@ class FileSystemOperationContext;
|
| // Dragged file system is a specialized LocalFileUtil 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_BROWSER_EXPORT_PRIVATE DraggedFileUtil
|
| +class STORAGE_EXPORT_PRIVATE DraggedFileUtil
|
| : public LocalFileUtil {
|
| public:
|
| DraggedFileUtil();
|
|
|