| Index: content/common/gpu/media/tegra_v4l2_device.h
|
| diff --git a/content/common/gpu/media/tegra_v4l2_video_device.h b/content/common/gpu/media/tegra_v4l2_device.h
|
| similarity index 88%
|
| rename from content/common/gpu/media/tegra_v4l2_video_device.h
|
| rename to content/common/gpu/media/tegra_v4l2_device.h
|
| index 6c4b4f0c10466aef82b2e044404be59649957104..1145a4d0fbfcdec997b4a6c597e1156780d89df0 100644
|
| --- a/content/common/gpu/media/tegra_v4l2_video_device.h
|
| +++ b/content/common/gpu/media/tegra_v4l2_device.h
|
| @@ -5,10 +5,10 @@
|
| // This file contains the implementation of TegraV4L2Device used on
|
| // Tegra platform.
|
|
|
| -#ifndef CONTENT_COMMON_GPU_MEDIA_TEGRA_V4L2_VIDEO_DEVICE_H_
|
| -#define CONTENT_COMMON_GPU_MEDIA_TEGRA_V4L2_VIDEO_DEVICE_H_
|
| +#ifndef CONTENT_COMMON_GPU_MEDIA_TEGRA_V4L2_DEVICE_H_
|
| +#define CONTENT_COMMON_GPU_MEDIA_TEGRA_V4L2_DEVICE_H_
|
|
|
| -#include "content/common/gpu/media/v4l2_video_device.h"
|
| +#include "content/common/gpu/media/v4l2_device.h"
|
| #include "ui/gl/gl_bindings.h"
|
|
|
| namespace content {
|
| @@ -56,4 +56,4 @@ class TegraV4L2Device : public V4L2Device {
|
|
|
| } // namespace content
|
|
|
| -#endif // CONTENT_COMMON_GPU_MEDIA_TEGRA_V4L2_VIDEO_DEVICE_H_
|
| +#endif // CONTENT_COMMON_GPU_MEDIA_TEGRA_V4L2_DEVICE_H_
|
|
|