Chromium Code Reviews| Index: chrome_frame/urlmon_url_request.cc |
| =================================================================== |
| --- chrome_frame/urlmon_url_request.cc (revision 69966) |
| +++ chrome_frame/urlmon_url_request.cc (working copy) |
| @@ -964,7 +964,7 @@ |
| } |
| void UrlmonUrlRequestManager::StartRequest(int request_id, |
| - const IPC::AutomationURLRequest& request_info) { |
| + const AutomationURLRequest& request_info) { |
| DVLOG(1) << __FUNCTION__ << " id: " << request_id; |
| DCHECK_EQ(0, calling_delegate_); |