| Index: chrome/browser/crash_recovery_browsertest.cc
|
| diff --git a/chrome/browser/crash_recovery_browsertest.cc b/chrome/browser/crash_recovery_browsertest.cc
|
| index da0027244fc7c9d6b4909e87e74d4e69410155ec..216d602e53a64c3d7bccf1ecdcfe02ef9c6e6586 100644
|
| --- a/chrome/browser/crash_recovery_browsertest.cc
|
| +++ b/chrome/browser/crash_recovery_browsertest.cc
|
| @@ -60,7 +60,7 @@ class CacheMaxAgeHandler {
|
| request_count_));
|
| response->set_content_type("text/html");
|
| response->AddCustomHeader("Cache-Control", "max-age=99999");
|
| - return response.PassAs<net::test_server::HttpResponse>();
|
| + return response.Pass();
|
| }
|
| private:
|
| std::string path_;
|
|
|