| Index: content/common/gpu/media/v4l2_device.h
|
| diff --git a/content/common/gpu/media/v4l2_video_device.h b/content/common/gpu/media/v4l2_device.h
|
| similarity index 96%
|
| rename from content/common/gpu/media/v4l2_video_device.h
|
| rename to content/common/gpu/media/v4l2_device.h
|
| index 3028856eebeda79b596a8d3fe92b2d36ed0f04db..98722d09c9ac4a9713eb8fe39e03fcfdf12b277c 100644
|
| --- a/content/common/gpu/media/v4l2_video_device.h
|
| +++ b/content/common/gpu/media/v4l2_device.h
|
| @@ -6,8 +6,8 @@
|
| // V4L2DecodeAccelerator class to delegate/pass the device specific
|
| // handling of any of the functionalities.
|
|
|
| -#ifndef CONTENT_COMMON_GPU_MEDIA_V4L2_VIDEO_DEVICE_H_
|
| -#define CONTENT_COMMON_GPU_MEDIA_V4L2_VIDEO_DEVICE_H_
|
| +#ifndef CONTENT_COMMON_GPU_MEDIA_V4L2_DEVICE_H_
|
| +#define CONTENT_COMMON_GPU_MEDIA_V4L2_DEVICE_H_
|
|
|
| #include "base/memory/ref_counted.h"
|
| #include "content/common/content_export.h"
|
| @@ -108,4 +108,4 @@ class CONTENT_EXPORT V4L2Device
|
|
|
| } // namespace content
|
|
|
| -#endif // CONTENT_COMMON_GPU_MEDIA_V4L2_VIDEO_DEVICE_H_
|
| +#endif // CONTENT_COMMON_GPU_MEDIA_V4L2_DEVICE_H_
|
|
|