| Index: ipc/ipc_sync_channel_unittest.cc
|
| diff --git a/ipc/ipc_sync_channel_unittest.cc b/ipc/ipc_sync_channel_unittest.cc
|
| index 267031401f75e1abf9e9c26e258adf7075d4d073..996ef99c4920995b0a20e8a432a4275d3a098526 100644
|
| --- a/ipc/ipc_sync_channel_unittest.cc
|
| +++ b/ipc/ipc_sync_channel_unittest.cc
|
| @@ -84,7 +84,6 @@ class Worker : public Listener, public Sender {
|
| }
|
| void AddRef() { }
|
| void Release() { }
|
| - static bool ImplementsThreadSafeReferenceCounting() { return true; }
|
| bool Send(Message* msg) { return channel_->Send(msg); }
|
| bool SendWithTimeout(Message* msg, int timeout_ms) {
|
| return channel_->SendWithTimeout(msg, timeout_ms);
|
|
|