Index: mojo/edk/system/data_pipe_consumer_dispatcher.cc |
diff --git a/mojo/edk/system/data_pipe_consumer_dispatcher.cc b/mojo/edk/system/data_pipe_consumer_dispatcher.cc |
index bee4b23bb70d2a044a54cf22f9e7db2e3b636041..076b72407ad1508dcd7652b99329764224605912 100644 |
--- a/mojo/edk/system/data_pipe_consumer_dispatcher.cc |
+++ b/mojo/edk/system/data_pipe_consumer_dispatcher.cc |
@@ -20,7 +20,7 @@ void DataPipeConsumerDispatcher::Init(scoped_refptr<DataPipe> data_pipe) { |
} |
Dispatcher::Type DataPipeConsumerDispatcher::GetType() const { |
- return kTypeDataPipeConsumer; |
+ return Type::DATA_PIPE_CONSUMER; |
} |
// static |