Index: content/common/gpu/media/mft_angle_video_device.h |
diff --git a/content/common/gpu/media/mft_angle_video_device.h b/content/common/gpu/media/mft_angle_video_device.h |
index 8abe461467dd08950c1d376561cb50a1ce910a82..17a48ca24cc8d98c740a84874c12ff96135d5503 100644 |
--- a/content/common/gpu/media/mft_angle_video_device.h |
+++ b/content/common/gpu/media/mft_angle_video_device.h |
@@ -5,7 +5,7 @@ |
#ifndef CONTENT_GPU_MEDIA_MFT_ANGLE_VIDEO_DEVICE_H_ |
#define CONTENT_GPU_MEDIA_MFT_ANGLE_VIDEO_DEVICE_H_ |
-#include "base/scoped_comptr_win.h" |
+#include "base/win/scoped_comptr.h" |
#include "content/common/gpu/media/gpu_video_device.h" |
struct IDirect3DDevice9; |
@@ -36,7 +36,7 @@ class MftAngleVideoDevice : public GpuVideoDevice { |
scoped_refptr<media::VideoFrame> frame); |
private: |
- ScopedComPtr<IDirect3DDevice9, &IID_IDirect3DDevice9> device_; |
+ base::win::ScopedComPtr<IDirect3DDevice9, &IID_IDirect3DDevice9> device_; |
}; |
#endif // CONTENT_GPU_MEDIA_MFT_ANGLE_VIDEO_DEVICE_H_ |