Index: chrome_frame/urlmon_url_request.cc |
=================================================================== |
--- chrome_frame/urlmon_url_request.cc (revision 75628) |
+++ chrome_frame/urlmon_url_request.cc (working copy) |
@@ -289,7 +289,7 @@ |
ScopedComPtr<BindContextInfo> info; |
BindContextInfo::FromBindContext(bind_context_, info.Receive()); |
DCHECK(info); |
- GURL previously_redirected(info ? info->url() : std::wstring()); |
+ GURL previously_redirected(info ? info->GetUrl() : std::wstring()); |
if (GURL(status_text) != previously_redirected) { |
DVLOG(1) << __FUNCTION__ << me() << "redirect from " << url() |
<< " to " << status_text; |