| Index: chrome/common/security_filter_peer.cc
|
| diff --git a/chrome/common/security_filter_peer.cc b/chrome/common/security_filter_peer.cc
|
| index e4f20fcbc1bb17ca841d0aa6d479f0205357f579..5c70ce475a0cb2f7b65c51c41acc3e8c31ae138d 100644
|
| --- a/chrome/common/security_filter_peer.cc
|
| +++ b/chrome/common/security_filter_peer.cc
|
| @@ -126,7 +126,7 @@ void SecurityFilterPeer::OnCompletedRequest(const URLRequestStatus& status,
|
| NOTREACHED();
|
| }
|
|
|
| -std::string SecurityFilterPeer::GetURLForDebugging() {
|
| +GURL SecurityFilterPeer::GetURLForDebugging() const {
|
| return original_peer_->GetURLForDebugging();
|
| }
|
|
|
|
|