| Index: media/cast/receiver/video_decoder.cc
|
| diff --git a/media/cast/receiver/video_decoder.cc b/media/cast/receiver/video_decoder.cc
|
| index e536c3e23b52f2f3b7ac5edcc011b9202e43f155..dceda5249d867232fd277094d86298990670e37e 100644
|
| --- a/media/cast/receiver/video_decoder.cc
|
| +++ b/media/cast/receiver/video_decoder.cc
|
| @@ -18,7 +18,7 @@
|
| #define VPX_CODEC_DISABLE_COMPAT 1
|
| #include "third_party/libvpx/source/libvpx/vpx/vp8dx.h"
|
| #include "third_party/libvpx/source/libvpx/vpx/vpx_decoder.h"
|
| -#include "ui/gfx/size.h"
|
| +#include "ui/gfx/geometry/size.h"
|
|
|
| namespace media {
|
| namespace cast {
|
|
|