| Index: content/common/gpu/gpu_channel.cc
|
| diff --git a/content/common/gpu/gpu_channel.cc b/content/common/gpu/gpu_channel.cc
|
| index 518a26764820e364f06cefcdfa31b023d176836a..4f4fba277fcce843ee8026431ad77f1a8192ad66 100644
|
| --- a/content/common/gpu/gpu_channel.cc
|
| +++ b/content/common/gpu/gpu_channel.cc
|
| @@ -13,10 +13,10 @@
|
| #include "base/process_util.h"
|
| #include "base/string_util.h"
|
| #include "content/common/child_process.h"
|
| -#include "content/common/content_client.h"
|
| #include "content/common/gpu/gpu_channel_manager.h"
|
| #include "content/common/gpu/gpu_messages.h"
|
| #include "content/common/gpu/transport_texture.h"
|
| +#include "content/public/common/content_client.h"
|
| #include "content/public/common/content_switches.h"
|
| #include "ui/gfx/gl/gl_context.h"
|
| #include "ui/gfx/gl/gl_surface.h"
|
|
|