| Index: storage/browser/fileapi/dragged_file_util.h
|
| diff --git a/storage/browser/fileapi/dragged_file_util.h b/storage/browser/fileapi/dragged_file_util.h
|
| index efa14c4880e1508fe3e8c8de197ad323cb6fc2ff..50a4e832dd6ffaa5a41af3feae95a66684f06403 100644
|
| --- a/storage/browser/fileapi/dragged_file_util.h
|
| +++ b/storage/browser/fileapi/dragged_file_util.h
|
| @@ -16,8 +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 STORAGE_EXPORT_PRIVATE DraggedFileUtil
|
| - : public LocalFileUtil {
|
| +class STORAGE_EXPORT DraggedFileUtil : public LocalFileUtil {
|
| public:
|
| DraggedFileUtil();
|
| ~DraggedFileUtil() override {}
|
|
|