| Index: chrome/browser/media_galleries/fileapi/av_scanning_file_validator.h
|
| diff --git a/chrome/browser/media_galleries/fileapi/av_scanning_file_validator.h b/chrome/browser/media_galleries/fileapi/av_scanning_file_validator.h
|
| index b148c29acbdce9c92c54237b86fd5ddd89006a81..f3ab5de833bb89cf8e054d931753ed1bac0070bc 100644
|
| --- a/chrome/browser/media_galleries/fileapi/av_scanning_file_validator.h
|
| +++ b/chrome/browser/media_galleries/fileapi/av_scanning_file_validator.h
|
| @@ -6,14 +6,14 @@
|
| #define CHROME_BROWSER_MEDIA_GALLERIES_FILEAPI_AV_SCANNING_FILE_VALIDATOR_H_
|
|
|
| #include "base/basictypes.h"
|
| -#include "webkit/browser/fileapi/copy_or_move_file_validator.h"
|
| +#include "storage/browser/fileapi/copy_or_move_file_validator.h"
|
|
|
| namespace base {
|
| class FilePath;
|
| } // namespace base
|
|
|
| // This class supports AV scanning on post write validation.
|
| -class AVScanningFileValidator : public fileapi::CopyOrMoveFileValidator {
|
| +class AVScanningFileValidator : public storage::CopyOrMoveFileValidator {
|
| public:
|
| virtual ~AVScanningFileValidator();
|
|
|
|
|