| Index: device/capture/video/win/sink_input_pin_win.h
|
| diff --git a/media/capture/video/win/sink_input_pin_win.h b/device/capture/video/win/sink_input_pin_win.h
|
| similarity index 80%
|
| rename from media/capture/video/win/sink_input_pin_win.h
|
| rename to device/capture/video/win/sink_input_pin_win.h
|
| index a88a33397bc466af4d92bf5ff669e09a27a7f7d1..669b8d2d299eb40c9aae8a3fd5d96e9a899312d2 100644
|
| --- a/media/capture/video/win/sink_input_pin_win.h
|
| +++ b/device/capture/video/win/sink_input_pin_win.h
|
| @@ -5,16 +5,16 @@
|
| // Implement a DirectShow input pin used for receiving captured frames from
|
| // a DirectShow Capture filter.
|
|
|
| -#ifndef MEDIA_CAPTURE_VIDEO_WIN_SINK_INPUT_PIN_WIN_H_
|
| -#define MEDIA_CAPTURE_VIDEO_WIN_SINK_INPUT_PIN_WIN_H_
|
| +#ifndef DEVICE_CAPTURE_VIDEO_WIN_SINK_INPUT_PIN_WIN_H_
|
| +#define DEVICE_CAPTURE_VIDEO_WIN_SINK_INPUT_PIN_WIN_H_
|
|
|
| #include "base/macros.h"
|
| +#include "device/capture/video/video_capture_device.h"
|
| +#include "device/capture/video/win/pin_base_win.h"
|
| +#include "device/capture/video/win/sink_filter_win.h"
|
| #include "media/base/video_capture_types.h"
|
| -#include "media/capture/video/video_capture_device.h"
|
| -#include "media/capture/video/win/pin_base_win.h"
|
| -#include "media/capture/video/win/sink_filter_win.h"
|
|
|
| -namespace media {
|
| +namespace device {
|
|
|
| // Const used for converting Seconds to REFERENCE_TIME.
|
| extern const REFERENCE_TIME kSecondsToReferenceTime;
|
| @@ -51,6 +51,6 @@ class SinkInputPin : public PinBase {
|
| DISALLOW_IMPLICIT_CONSTRUCTORS(SinkInputPin);
|
| };
|
|
|
| -} // namespace media
|
| +} // namespace device
|
|
|
| -#endif // MEDIA_CAPTURE_VIDEO_WIN_SINK_INPUT_PIN_WIN_H_
|
| +#endif // DEVICE_CAPTURE_VIDEO_WIN_SINK_INPUT_PIN_WIN_H_
|
|
|