| Index: device/capture/video/video_capture_device_descriptor.cc
|
| diff --git a/media/capture/video/video_capture_device_descriptor.cc b/device/capture/video/video_capture_device_descriptor.cc
|
| similarity index 95%
|
| rename from media/capture/video/video_capture_device_descriptor.cc
|
| rename to device/capture/video/video_capture_device_descriptor.cc
|
| index be9477631cd1ba2652b49a2efe9f812c8f3f4fa4..92d65380e28bf96ec5c4478eb672bb3124eb4154 100644
|
| --- a/media/capture/video/video_capture_device_descriptor.cc
|
| +++ b/device/capture/video/video_capture_device_descriptor.cc
|
| @@ -2,11 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "media/capture/video/video_capture_device_descriptor.h"
|
| +#include "device/capture/video/video_capture_device_descriptor.h"
|
|
|
| #include "base/logging.h"
|
|
|
| -namespace media {
|
| +namespace device {
|
|
|
| VideoCaptureDeviceDescriptor::VideoCaptureDeviceDescriptor()
|
| : capture_api(VideoCaptureApi::UNKNOWN),
|
| @@ -74,4 +74,4 @@ std::string VideoCaptureDeviceDescriptor::GetNameAndModel() const {
|
| return display_name + " (" + model_id + ")";
|
| }
|
|
|
| -} // namespace media
|
| +} // namespace device
|
|
|