| Index: gpu/ipc/service/gpu_channel_unittest.cc
|
| diff --git a/gpu/ipc/service/gpu_channel_unittest.cc b/gpu/ipc/service/gpu_channel_unittest.cc
|
| index 8e913f5bd2ed275124dc7549a344d3626db939f6..d8d0bf4b683abad14731b048db1dbfc4cb218aae 100644
|
| --- a/gpu/ipc/service/gpu_channel_unittest.cc
|
| +++ b/gpu/ipc/service/gpu_channel_unittest.cc
|
| @@ -10,7 +10,6 @@
|
| #include "gpu/ipc/service/gpu_channel.h"
|
| #include "gpu/ipc/service/gpu_channel_manager.h"
|
| #include "gpu/ipc/service/gpu_channel_test_common.h"
|
| -#include "gpu/test_message_loop_type.h"
|
| #include "ipc/ipc_test_sink.h"
|
| #include "ui/gl/gl_surface_stub.h"
|
| #include "ui/gl/init/gl_factory.h"
|
| @@ -20,9 +19,7 @@ namespace gpu {
|
|
|
| class GpuChannelTest : public GpuChannelTestCommon {
|
| public:
|
| - GpuChannelTest()
|
| - : GpuChannelTestCommon(),
|
| - message_loop_(test::GetMessageLoopTypeForGpu()) {}
|
| + GpuChannelTest() : GpuChannelTestCommon() {}
|
| ~GpuChannelTest() override {}
|
|
|
| void SetUp() override {
|
|
|