| 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 9a1fac17e39c97322f29f69ab7b9bd513355ed0c..64efe48217a2e0438db6cb49fe28f1a14d7491d0 100644
|
| --- a/chrome/browser/media_galleries/fileapi/safe_audio_video_checker.h
|
| +++ b/chrome/browser/media_galleries/fileapi/safe_audio_video_checker.h
|
| @@ -5,9 +5,9 @@
|
| #ifndef CHROME_BROWSER_MEDIA_GALLERIES_FILEAPI_SAFE_AUDIO_VIDEO_CHECKER_H_
|
| #define CHROME_BROWSER_MEDIA_GALLERIES_FILEAPI_SAFE_AUDIO_VIDEO_CHECKER_H_
|
|
|
| -#include "base/basictypes.h"
|
| #include "base/callback_forward.h"
|
| #include "base/files/file.h"
|
| +#include "base/macros.h"
|
| #include "base/memory/weak_ptr.h"
|
| #include "content/public/browser/utility_process_host_client.h"
|
| #include "storage/browser/fileapi/copy_or_move_file_validator.h"
|
|
|