| Index: content/browser/renderer_host/media/video_capture_host.cc
|
| diff --git a/content/browser/renderer_host/media/video_capture_host.cc b/content/browser/renderer_host/media/video_capture_host.cc
|
| index 157a41ad45b5fa80d5bc9b66e4c088800aef9b9b..d3192d621fed558d09d28cae9c3630e23e7a53d5 100644
|
| --- a/content/browser/renderer_host/media/video_capture_host.cc
|
| +++ b/content/browser/renderer_host/media/video_capture_host.cc
|
| @@ -5,7 +5,7 @@
|
| #include "content/browser/renderer_host/media/video_capture_host.h"
|
|
|
| #include "base/memory/scoped_ptr.h"
|
| -#include "base/stl_util-inl.h"
|
| +#include "base/stl_util.h"
|
| #include "content/common/media/video_capture_messages.h"
|
|
|
| VideoCaptureHost::VideoCaptureHost() {}
|
|
|