| Index: content/common/gpu/media/v4l2_device.cc
|
| diff --git a/content/common/gpu/media/v4l2_video_device.cc b/content/common/gpu/media/v4l2_device.cc
|
| similarity index 98%
|
| rename from content/common/gpu/media/v4l2_video_device.cc
|
| rename to content/common/gpu/media/v4l2_device.cc
|
| index 92fc885a0692a956183b314acc74175ab1a98374..4337f4078aff13a5468fd1a16cede48fe6929b3d 100644
|
| --- a/content/common/gpu/media/v4l2_video_device.cc
|
| +++ b/content/common/gpu/media/v4l2_device.cc
|
| @@ -6,9 +6,9 @@
|
| #include <linux/videodev2.h>
|
|
|
| #include "base/numerics/safe_conversions.h"
|
| -#include "content/common/gpu/media/generic_v4l2_video_device.h"
|
| +#include "content/common/gpu/media/generic_v4l2_device.h"
|
| #if defined(ARCH_CPU_ARMEL)
|
| -#include "content/common/gpu/media/tegra_v4l2_video_device.h"
|
| +#include "content/common/gpu/media/tegra_v4l2_device.h"
|
| #endif
|
|
|
| // TODO(posciak): remove this once V4L2 headers are updated.
|
|
|