Commit 3013728f authored by Daniel Cheng's avatar Daniel Cheng Committed by Commit Bot

Rename video capture trait definitions to actually be covered by OWNERS

Change-Id: I36b10c7b37e0340c02e9106aec0ae94eaec864a2
Reviewed-on: https://chromium-review.googlesource.com/804737Reviewed-by: default avatarTom Sepez <tsepez@chromium.org>
Reviewed-by: default avatarEmircan Uysaler <emircan@chromium.org>
Commit-Queue: Daniel Cheng <dcheng@chromium.org>
Cr-Commit-Position: refs/heads/master@{#521471}
parent 680276ec
......@@ -13,11 +13,11 @@ public_headers = [
traits_headers = [
"//media/capture/ipc/capture_param_traits_macros.h",
"//media/capture/ipc/capture_param_traits.h",
"//media/capture/mojo/video_capture_types_typemap_traits.h",
"//media/capture/mojo/video_capture_types_struct_traits.h",
]
sources = [
"//media/capture/mojo/video_capture_types_typemap_traits.cc",
"//media/capture/mojo/video_capture_types_struct_traits.cc",
]
deps = [
......
......@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "media/capture/mojo/video_capture_types_typemap_traits.h"
#include "media/capture/mojo/video_capture_types_struct_traits.h"
#include "media/base/ipc/media_param_traits_macros.h"
#include "ui/gfx/geometry/mojo/geometry.mojom.h"
......
......@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef MEDIA_CAPTURE_MOJO_VIDEO_CAPTURE_TYPES_TYPEMAP_TRAITS_H_
#define MEDIA_CAPTURE_MOJO_VIDEO_CAPTURE_TYPES_TYPEMAP_TRAITS_H_
#ifndef MEDIA_CAPTURE_MOJO_VIDEO_CAPTURE_TYPES_STRUCT_TRAITS_H_
#define MEDIA_CAPTURE_MOJO_VIDEO_CAPTURE_TYPES_STRUCT_TRAITS_H_
#include "media/capture/mojo/video_capture_types.mojom.h"
#include "media/capture/video/video_capture_device_descriptor.h"
......@@ -187,4 +187,4 @@ struct StructTraits<media::mojom::VideoCaptureDeviceInfoDataView,
};
} // namespace mojo
#endif // MEDIA_CAPTURE_MOJO_VIDEO_CAPTURE_TYPES_TYPEMAP_TRAITS_H_
#endif // MEDIA_CAPTURE_MOJO_VIDEO_CAPTURE_TYPES_STRUCT_TRAITS_H_
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment