| Index: content/common/gpu/gpu_channel.h
|
| diff --git a/content/common/gpu/gpu_channel.h b/content/common/gpu/gpu_channel.h
|
| index 67d856e309b88e6e5010cf21392ded691a101722..6080e6bfded63dcd8ef1794670dc5a644add079b 100644
|
| --- a/content/common/gpu/gpu_channel.h
|
| +++ b/content/common/gpu/gpu_channel.h
|
| @@ -19,10 +19,10 @@
|
| #include "content/common/gpu/gpu_memory_manager.h"
|
| #include "content/common/message_router.h"
|
| #include "ipc/ipc_sync_channel.h"
|
| -#include "ui/gfx/gl/gl_share_group.h"
|
| -#include "ui/gfx/gl/gpu_preference.h"
|
| #include "ui/gfx/native_widget_types.h"
|
| #include "ui/gfx/size.h"
|
| +#include "ui/gl/gl_share_group.h"
|
| +#include "ui/gl/gpu_preference.h"
|
|
|
| class GpuChannelManager;
|
| struct GPUCreateCommandBufferConfig;
|
|
|