summaryrefslogtreecommitdiffstats
path: root/ipc/ipc_channel_reader.h
diff options
context:
space:
mode:
Diffstat (limited to 'ipc/ipc_channel_reader.h')
-rw-r--r--ipc/ipc_channel_reader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipc/ipc_channel_reader.h b/ipc/ipc_channel_reader.h
index 0fdc354..02006d9 100644
--- a/ipc/ipc_channel_reader.h
+++ b/ipc/ipc_channel_reader.h
@@ -25,7 +25,7 @@ namespace internal {
// functionality that would benefit from being factored out. If we add
// something like that in the future, it would be more appropriate to add it
// here (and rename appropriately) rather than writing a different class.
-class ChannelReader : virtual public SupportsAttachmentBrokering {
+class ChannelReader : public SupportsAttachmentBrokering {
public:
explicit ChannelReader(Listener* listener);
virtual ~ChannelReader();