| Index: chrome/renderer/safe_browsing/phishing_dom_feature_extractor_browsertest.cc
|
| diff --git a/chrome/renderer/safe_browsing/phishing_dom_feature_extractor_browsertest.cc b/chrome/renderer/safe_browsing/phishing_dom_feature_extractor_browsertest.cc
|
| index 129b6f208e739c953a2214f79e99902ef302ecac..70642f77047dfcc20518433cc419853ca11fa638 100644
|
| --- a/chrome/renderer/safe_browsing/phishing_dom_feature_extractor_browsertest.cc
|
| +++ b/chrome/renderer/safe_browsing/phishing_dom_feature_extractor_browsertest.cc
|
| @@ -158,7 +158,7 @@ class PhishingDOMFeatureExtractorTest : public InProcessBrowserTest {
|
| http_response->set_code(net::HTTP_OK);
|
| http_response->set_content_type("text/html");
|
| http_response->set_content(it->second);
|
| - return http_response.PassAs<net::test_server::HttpResponse>();
|
| + return http_response.Pass();
|
| }
|
|
|
| GURL GetURL(const std::string& host, const std::string& path) {
|
|
|