| Index: content/gpu/media/fake_gl_video_device.cc
|
| diff --git a/content/gpu/media/fake_gl_video_device.cc b/content/gpu/media/fake_gl_video_device.cc
|
| index f4e8746e6e6f8a336c68cd0667f28dddb5321db4..18fb09e4d85130457c691b1d278cb02d550df96c 100644
|
| --- a/content/gpu/media/fake_gl_video_device.cc
|
| +++ b/content/gpu/media/fake_gl_video_device.cc
|
| @@ -4,8 +4,8 @@
|
|
|
| #include "content/gpu/media/fake_gl_video_device.h"
|
|
|
| -#include "app/gfx/gl/gl_bindings.h"
|
| #include "media/base/video_frame.h"
|
| +#include "ui/gfx/gl/gl_bindings.h"
|
|
|
| void* FakeGlVideoDevice::GetDevice() {
|
| // No actual hardware device should be used.
|
|
|