| Index: webkit/fileapi/copy_or_move_file_validator.h
|
| diff --git a/webkit/fileapi/copy_or_move_file_validator.h b/webkit/fileapi/copy_or_move_file_validator.h
|
| index 39b171a80d8ecfcd6db41324afe2a222df87a2ac..1c15fa952a23b270087e4e1f60c74d79211c4ffa 100644
|
| --- a/webkit/fileapi/copy_or_move_file_validator.h
|
| +++ b/webkit/fileapi/copy_or_move_file_validator.h
|
| @@ -7,6 +7,7 @@
|
|
|
| #include "base/callback.h"
|
| #include "base/platform_file.h"
|
| +#include "webkit/storage/webkit_storage_export.h"
|
|
|
| namespace base {
|
| class FilePath;
|
| @@ -16,7 +17,7 @@ namespace fileapi {
|
|
|
| class FileSystemURL;
|
|
|
| -class CopyOrMoveFileValidator {
|
| +class WEBKIT_STORAGE_EXPORT CopyOrMoveFileValidator {
|
| public:
|
| // Callback that is invoked when validation completes. A result of
|
| // base::PLATFORM_FILE_OK means the file validated.
|
|
|