Index: chrome/gpu/gpu_video_service.cc |
=================================================================== |
--- chrome/gpu/gpu_video_service.cc (revision 77652) |
+++ chrome/gpu/gpu_video_service.cc (working copy) |
@@ -2,10 +2,10 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "chrome/common/gpu_messages.h" |
#include "chrome/gpu/gpu_channel.h" |
#include "chrome/gpu/gpu_video_decoder.h" |
#include "chrome/gpu/gpu_video_service.h" |
+#include "content/common/gpu_messages.h" |
struct GpuVideoService::GpuVideoDecoderInfo { |
scoped_refptr<GpuVideoDecoder> decoder; |