| Index: chrome/browser/media_galleries/fileapi/safe_audio_video_checker.h
|
| diff --git a/chrome/browser/media_galleries/fileapi/safe_audio_video_checker.h b/chrome/browser/media_galleries/fileapi/safe_audio_video_checker.h
|
| index c791e6ed0093621381c2963492f2b110e2986a5f..c798c226690afe6d7c9c03e35008c397cd04d069 100644
|
| --- a/chrome/browser/media_galleries/fileapi/safe_audio_video_checker.h
|
| +++ b/chrome/browser/media_galleries/fileapi/safe_audio_video_checker.h
|
| @@ -10,7 +10,7 @@
|
| #include "base/files/file.h"
|
| #include "base/memory/weak_ptr.h"
|
| #include "content/public/browser/utility_process_host_client.h"
|
| -#include "webkit/browser/fileapi/copy_or_move_file_validator.h"
|
| +#include "storage/browser/fileapi/copy_or_move_file_validator.h"
|
|
|
| namespace content {
|
| class UtilityProcessHost;
|
| @@ -26,7 +26,7 @@ class SafeAudioVideoChecker : public content::UtilityProcessHostClient {
|
| // Takes responsibility for closing |file|.
|
| SafeAudioVideoChecker(
|
| base::File file,
|
| - const fileapi::CopyOrMoveFileValidator::ResultCallback& callback);
|
| + const storage::CopyOrMoveFileValidator::ResultCallback& callback);
|
|
|
| // Must be called on the IO thread.
|
| void Start();
|
| @@ -55,7 +55,7 @@ class SafeAudioVideoChecker : public content::UtilityProcessHostClient {
|
|
|
| base::File file_;
|
|
|
| - const fileapi::CopyOrMoveFileValidator::ResultCallback callback_;
|
| + const storage::CopyOrMoveFileValidator::ResultCallback callback_;
|
|
|
| base::WeakPtr<content::UtilityProcessHost> utility_process_host_;
|
|
|
|
|