| Index: content/browser/gpu/gpu_ipc_browsertests.cc
|
| diff --git a/content/browser/gpu/gpu_ipc_browsertests.cc b/content/browser/gpu/gpu_ipc_browsertests.cc
|
| index cbe453934199f275937d0e0d400b68629f2557f8..477ff1d879048e5c6b08c7bb9e0815b538e4f778 100644
|
| --- a/content/browser/gpu/gpu_ipc_browsertests.cc
|
| +++ b/content/browser/gpu/gpu_ipc_browsertests.cc
|
| @@ -161,7 +161,7 @@ IN_PROC_BROWSER_TEST_F(BrowserGpuChannelHostFactoryTest,
|
| kInitCause,
|
| base::Bind(&BrowserGpuChannelHostFactoryTest::Signal, &event));
|
| EXPECT_TRUE(event);
|
| - EXPECT_EQ(gpu_channel, GetGpuChannel());
|
| + EXPECT_EQ(gpu_channel.get(), GetGpuChannel());
|
| }
|
|
|
| // Fails since UI Compositor establishes a GpuChannel.
|
|
|