| Index: mojo/public/cpp/bindings/lib/router.cc
|
| diff --git a/mojo/public/cpp/bindings/lib/router.cc b/mojo/public/cpp/bindings/lib/router.cc
|
| index 8c1b77d56476c6151eb9b37533f91cff5833fa59..0bd916a3d8d8726702f4d72c604cc666d60b9cc3 100644
|
| --- a/mojo/public/cpp/bindings/lib/router.cc
|
| +++ b/mojo/public/cpp/bindings/lib/router.cc
|
| @@ -177,7 +177,7 @@ bool Router::AcceptWithResponder(Message* message, MessageReceiver* responder) {
|
| connector_.SyncWatch(&response_received);
|
| // Make sure that this instance hasn't been destroyed.
|
| if (weak_self) {
|
| - DCHECK(ContainsKey(sync_responses_, request_id));
|
| + DCHECK(base::ContainsKey(sync_responses_, request_id));
|
| auto iter = sync_responses_.find(request_id);
|
| DCHECK_EQ(&response_received, iter->second->response_received);
|
| if (response_received) {
|
|
|