| Index: chrome/renderer/gpu_video_decoder_host.cc
|
| ===================================================================
|
| --- chrome/renderer/gpu_video_decoder_host.cc (revision 77652)
|
| +++ chrome/renderer/gpu_video_decoder_host.cc (working copy)
|
| @@ -4,9 +4,9 @@
|
|
|
| #include "chrome/renderer/gpu_video_decoder_host.h"
|
|
|
| -#include "chrome/common/gpu_messages.h"
|
| +#include "content/common/gpu_messages.h"
|
| +#include "content/common/message_router.h"
|
| #include "media/base/pipeline.h"
|
| -#include "content/common/message_router.h"
|
| #include "media/video/video_decode_context.h"
|
|
|
| GpuVideoDecoderHost::GpuVideoDecoderHost(MessageRouter* router,
|
|
|