| Index: content/common/gpu/gpu_channel_manager.cc
|
| diff --git a/content/common/gpu/gpu_channel_manager.cc b/content/common/gpu/gpu_channel_manager.cc
|
| index e602d435697f6f76904ae530d67fab4246b298e3..46b6d8c62487591ef5d0ec27281fad198c5d3e08 100644
|
| --- a/content/common/gpu/gpu_channel_manager.cc
|
| +++ b/content/common/gpu/gpu_channel_manager.cc
|
| @@ -7,9 +7,9 @@
|
| #include "base/bind.h"
|
| #include "content/common/child_thread.h"
|
| #include "content/common/gpu/gpu_channel.h"
|
| -#include "content/common/gpu/gpu_messages.h"
|
| #include "content/common/gpu/gpu_memory_manager.h"
|
| -#include "ui/gfx/gl/gl_share_group.h"
|
| +#include "content/common/gpu/gpu_messages.h"
|
| +#include "ui/gl/gl_share_group.h"
|
|
|
| GpuChannelManager::GpuChannelManager(ChildThread* gpu_child_thread,
|
| GpuWatchdog* watchdog,
|
|
|