| Index: chrome/browser/resource_dispatcher_host.cc
|
| ===================================================================
|
| --- chrome/browser/resource_dispatcher_host.cc (revision 5528)
|
| +++ chrome/browser/resource_dispatcher_host.cc (working copy)
|
| @@ -1923,7 +1923,7 @@
|
| }
|
|
|
| void ResourceDispatcherHost::RemovePendingRequest(
|
| - PendingRequestList::iterator& iter) {
|
| + const PendingRequestList::iterator& iter) {
|
| // Notify the login handler that this request object is going away.
|
| ExtraRequestInfo* info = ExtraInfoForRequest(iter->second);
|
| if (info && info->login_handler)
|
|
|