| Index: content/browser/media/capture/video_capture_oracle.cc
|
| diff --git a/content/browser/media/capture/video_capture_oracle.cc b/content/browser/media/capture/video_capture_oracle.cc
|
| index d7b22334bf88b5226154773fbc31500e5710bd35..c42b456e6dc0c02546d0293518aeafc7da755427 100644
|
| --- a/content/browser/media/capture/video_capture_oracle.cc
|
| +++ b/content/browser/media/capture/video_capture_oracle.cc
|
| @@ -6,9 +6,9 @@
|
|
|
| #include <algorithm>
|
|
|
| -#include "base/debug/trace_event.h"
|
| #include "base/format_macros.h"
|
| #include "base/strings/stringprintf.h"
|
| +#include "base/trace_event/trace_event.h"
|
|
|
| namespace content {
|
|
|
|
|