| Index: net/url_request/test_url_fetcher_factory.h | 
| diff --git a/net/url_request/test_url_fetcher_factory.h b/net/url_request/test_url_fetcher_factory.h | 
| index 35b4607f995c8f52fd561cad64d624311dff4b8b..79f315622260175bf3f6439bcea5a4ba676def61 100644 | 
| --- a/net/url_request/test_url_fetcher_factory.h | 
| +++ b/net/url_request/test_url_fetcher_factory.h | 
| @@ -377,13 +377,7 @@ class FakeURLFetcherFactory : public URLFetcherFactory, | 
|  | 
| // Sets the fake response for a given URL.  If success is true we will serve | 
| // an HTTP/200 and an HTTP/500 otherwise.  The |response_data| may be empty. | 
| -  void SetFakeResponseForURL(const GURL& url, | 
| -                             const std::string& response_data, | 
| -                             bool success); | 
| - | 
| -  // Convenience helper that calls SetFakeResponseForURL with GURL(url). | 
| -  // TODO(mnissler): Convert callers to SetFakeResponseForURL. | 
| -  void SetFakeResponse(const std::string& url, | 
| +  void SetFakeResponse(const GURL& url, | 
| const std::string& response_data, | 
| bool success); | 
|  | 
|  |