| Index: content/browser/renderer_host/media/web_contents_video_capture_device_unittest.cc
|
| diff --git a/content/browser/renderer_host/media/web_contents_video_capture_device_unittest.cc b/content/browser/renderer_host/media/web_contents_video_capture_device_unittest.cc
|
| index 4c7e4d95f826d80e3874c6a7066016383faeeabf..9b1aaa78d2cc4ad33eef88cd40e0969a9e410680 100644
|
| --- a/content/browser/renderer_host/media/web_contents_video_capture_device_unittest.cc
|
| +++ b/content/browser/renderer_host/media/web_contents_video_capture_device_unittest.cc
|
| @@ -8,8 +8,8 @@
|
| #include "base/debug/debugger.h"
|
| #include "base/run_loop.h"
|
| #include "base/test/test_timeouts.h"
|
| -#include "base/time.h"
|
| -#include "base/timer.h"
|
| +#include "base/time/time.h"
|
| +#include "base/timer/timer.h"
|
| #include "content/browser/browser_thread_impl.h"
|
| #include "content/browser/renderer_host/media/video_capture_buffer_pool.h"
|
| #include "content/browser/renderer_host/media/video_capture_oracle.h"
|
|
|