| Index: content/browser/session_history_browsertest.cc
|
| diff --git a/content/browser/session_history_browsertest.cc b/content/browser/session_history_browsertest.cc
|
| index 9e2bb66c7a241d23cc7785239906a8d6b8afab4c..9831759479e2d74d8d3e3ae234e4efd0d40e63c9 100644
|
| --- a/content/browser/session_history_browsertest.cc
|
| +++ b/content/browser/session_history_browsertest.cc
|
| @@ -38,7 +38,7 @@ scoped_ptr<net::test_server::HttpResponse> HandleEchoTitleRequest(
|
| base::StringPrintf(
|
| "<html><head><title>%s</title></head></html>",
|
| request.content.c_str()));
|
| - return http_response.PassAs<net::test_server::HttpResponse>();
|
| + return http_response.Pass();
|
| }
|
|
|
| } // namespace
|
|
|