| Index: chrome/nacl/nacl_ipc_adapter.h
|
| diff --git a/chrome/nacl/nacl_ipc_adapter.h b/chrome/nacl/nacl_ipc_adapter.h
|
| index 2c82356c560218b447db56547cd802b149ce20f3..12500cdc9a87c5f8dc504d24c9124232ce94e8b1 100644
|
| --- a/chrome/nacl/nacl_ipc_adapter.h
|
| +++ b/chrome/nacl/nacl_ipc_adapter.h
|
| @@ -35,7 +35,7 @@ struct NaClDesc;
|
| // This object must be threadsafe since the nacl environment determines which
|
| // thread every function is called on.
|
| class NaClIPCAdapter : public base::RefCountedThreadSafe<NaClIPCAdapter>,
|
| - public IPC::Channel::Listener {
|
| + public IPC::Listener {
|
| public:
|
| // Chrome's IPC message format varies by platform, NaCl's does not. In
|
| // particular, the header has some extra fields on Posix platforms. Since
|
|
|