| Index: chrome/nacl/nacl_ipc_adapter_unittest.cc
|
| diff --git a/chrome/nacl/nacl_ipc_adapter_unittest.cc b/chrome/nacl/nacl_ipc_adapter_unittest.cc
|
| index 1a2db8b9365827a85b2a9f064226b7515d2c4eac..008e31a13e45967f1b481c551721fa8a3dec8fd7 100644
|
| --- a/chrome/nacl/nacl_ipc_adapter_unittest.cc
|
| +++ b/chrome/nacl/nacl_ipc_adapter_unittest.cc
|
| @@ -31,7 +31,7 @@ class NaClIPCAdapterTest : public testing::Test {
|
| // loop instead of using a real IO thread. This should work OK since we do
|
| // not need real IPC for the tests.
|
| adapter_ = new NaClIPCAdapter(scoped_ptr<IPC::Channel>(sink_),
|
| - base::MessageLoopProxy::current());
|
| + base::MessageLoopProxy::current().get());
|
| }
|
| virtual void TearDown() OVERRIDE {
|
| sink_ = NULL; // This pointer is actually owned by the IPCAdapter.
|
|
|