| Index: mojo/system/data_pipe_producer_dispatcher.h
|
| diff --git a/mojo/system/data_pipe_producer_dispatcher.h b/mojo/system/data_pipe_producer_dispatcher.h
|
| index 81984f54a32008468a5869a107c01f676c2e337d..d0bc8b863a971449c22d70b988ceff80841ede46 100644
|
| --- a/mojo/system/data_pipe_producer_dispatcher.h
|
| +++ b/mojo/system/data_pipe_producer_dispatcher.h
|
| @@ -26,6 +26,8 @@ class MOJO_SYSTEM_IMPL_EXPORT DataPipeProducerDispatcher : public Dispatcher {
|
| // Must be called before any other methods.
|
| void Init(scoped_refptr<DataPipe> data_pipe);
|
|
|
| + virtual Type GetType() OVERRIDE;
|
| +
|
| private:
|
| friend class base::RefCountedThreadSafe<DataPipeProducerDispatcher>;
|
| virtual ~DataPipeProducerDispatcher();
|
|
|