| Index: mojo/edk/system/data_pipe_producer_dispatcher.cc
|
| diff --git a/mojo/edk/system/data_pipe_producer_dispatcher.cc b/mojo/edk/system/data_pipe_producer_dispatcher.cc
|
| index 2480097dccdacb93ee511bfc0bdda173b6dfb1f0..ccd0291a582210ed064b173f9c68cf92889f7428 100644
|
| --- a/mojo/edk/system/data_pipe_producer_dispatcher.cc
|
| +++ b/mojo/edk/system/data_pipe_producer_dispatcher.cc
|
| @@ -20,7 +20,7 @@ void DataPipeProducerDispatcher::Init(scoped_refptr<DataPipe> data_pipe) {
|
| }
|
|
|
| Dispatcher::Type DataPipeProducerDispatcher::GetType() const {
|
| - return kTypeDataPipeProducer;
|
| + return Type::DATA_PIPE_PRODUCER;
|
| }
|
|
|
| // static
|
|
|