| Index: mojo/public/cpp/bindings/lib/associated_group.cc
|
| diff --git a/mojo/public/cpp/bindings/lib/associated_group.cc b/mojo/public/cpp/bindings/lib/associated_group.cc
|
| index 0bdf809d1ed47b8d6780bd9ddf1298f3c99dfe45..c3bde6f1b474d7733280cc97899c5b41dbfca5d7 100644
|
| --- a/mojo/public/cpp/bindings/lib/associated_group.cc
|
| +++ b/mojo/public/cpp/bindings/lib/associated_group.cc
|
| @@ -24,8 +24,8 @@ AssociatedGroup& AssociatedGroup::operator=(const AssociatedGroup& other) {
|
| }
|
|
|
| void AssociatedGroup::CreateEndpointHandlePair(
|
| - internal::ScopedInterfaceEndpointHandle* local_endpoint,
|
| - internal::ScopedInterfaceEndpointHandle* remote_endpoint) {
|
| + ScopedInterfaceEndpointHandle* local_endpoint,
|
| + ScopedInterfaceEndpointHandle* remote_endpoint) {
|
| if (!router_)
|
| return;
|
|
|
|
|