| Index: content/browser/renderer_host/media/video_capture_host_unittest.cc
|
| diff --git a/content/browser/renderer_host/media/video_capture_host_unittest.cc b/content/browser/renderer_host/media/video_capture_host_unittest.cc
|
| index 1e99e6d0a5e910b7a8cf5388930e4d3e8916ec97..cd236399327edc86dc77ebb7d6581d3a2358aacc 100644
|
| --- a/content/browser/renderer_host/media/video_capture_host_unittest.cc
|
| +++ b/content/browser/renderer_host/media/video_capture_host_unittest.cc
|
| @@ -7,6 +7,7 @@
|
|
|
| #include "base/bind.h"
|
| #include "base/file_util.h"
|
| +#include "base/files/scoped_file.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/message_loop/message_loop.h"
|
| #include "base/run_loop.h"
|
| @@ -71,7 +72,7 @@ class DumpVideo {
|
| }
|
|
|
| private:
|
| - file_util::ScopedFILE file_;
|
| + base::ScopedFILE file_;
|
| int expected_size_;
|
| };
|
|
|
|
|