| Index: mojo/system/dispatcher.cc
|
| diff --git a/mojo/system/dispatcher.cc b/mojo/system/dispatcher.cc
|
| index 8b0d71f955a1521cdc6850617e2e58f5c2fc55b3..1107cf30661991753cbef3bb2ba5fefde902bc2d 100644
|
| --- a/mojo/system/dispatcher.cc
|
| +++ b/mojo/system/dispatcher.cc
|
| @@ -40,7 +40,7 @@ DispatcherTransport Dispatcher::HandleTableAccess::TryStartTransport(
|
| }
|
|
|
| // static
|
| -void Dispatcher::MessageInTransitAccess::StartSerialize(
|
| +void Dispatcher::TransportDataAccess::StartSerialize(
|
| Dispatcher* dispatcher,
|
| Channel* channel,
|
| size_t* max_size,
|
| @@ -50,7 +50,7 @@ void Dispatcher::MessageInTransitAccess::StartSerialize(
|
| }
|
|
|
| // static
|
| -bool Dispatcher::MessageInTransitAccess::EndSerializeAndClose(
|
| +bool Dispatcher::TransportDataAccess::EndSerializeAndClose(
|
| Dispatcher* dispatcher,
|
| Channel* channel,
|
| void* destination,
|
| @@ -62,7 +62,7 @@ bool Dispatcher::MessageInTransitAccess::EndSerializeAndClose(
|
| }
|
|
|
| // static
|
| -scoped_refptr<Dispatcher> Dispatcher::MessageInTransitAccess::Deserialize(
|
| +scoped_refptr<Dispatcher> Dispatcher::TransportDataAccess::Deserialize(
|
| Channel* channel,
|
| int32_t type,
|
| const void* source,
|
|
|