| Index: device/capture/video/win/filter_base_win.h
|
| diff --git a/media/capture/video/win/filter_base_win.h b/device/capture/video/win/filter_base_win.h
|
| similarity index 90%
|
| rename from media/capture/video/win/filter_base_win.h
|
| rename to device/capture/video/win/filter_base_win.h
|
| index 57329d426965d770d23e46e4105cdfc00c72cafc..0029b25bf123687dad93204b74057202dadd47d3 100644
|
| --- a/media/capture/video/win/filter_base_win.h
|
| +++ b/device/capture/video/win/filter_base_win.h
|
| @@ -5,8 +5,8 @@
|
| // Implement a simple base class for DirectShow filters. It may only be used in
|
| // a single threaded apartment.
|
|
|
| -#ifndef MEDIA_CAPTURE_VIDEO_WIN_FILTER_BASE_WIN_H_
|
| -#define MEDIA_CAPTURE_VIDEO_WIN_FILTER_BASE_WIN_H_
|
| +#ifndef DEVICE_CAPTURE_VIDEO_WIN_FILTER_BASE_WIN_H_
|
| +#define DEVICE_CAPTURE_VIDEO_WIN_FILTER_BASE_WIN_H_
|
|
|
| // Avoid including strsafe.h via dshow as it will cause build warnings.
|
| #define NO_DSHOW_STRSAFE
|
| @@ -17,7 +17,7 @@
|
| #include "base/memory/ref_counted.h"
|
| #include "base/win/scoped_comptr.h"
|
|
|
| -namespace media {
|
| +namespace device {
|
|
|
| class FilterBase : public IBaseFilter, public base::RefCounted<FilterBase> {
|
| public:
|
| @@ -71,6 +71,6 @@ class FilterBase : public IBaseFilter, public base::RefCounted<FilterBase> {
|
| DISALLOW_COPY_AND_ASSIGN(FilterBase);
|
| };
|
|
|
| -} // namespace media
|
| +} // namespace device
|
|
|
| -#endif // MEDIA_CAPTURE_VIDEO_WIN_FILTER_BASE_WIN_H_
|
| +#endif // DEVICE_CAPTURE_VIDEO_WIN_FILTER_BASE_WIN_H_
|
|
|