| Index: chrome/browser/chromeos/policy/device_local_account_browsertest.cc
|
| diff --git a/chrome/browser/chromeos/policy/device_local_account_browsertest.cc b/chrome/browser/chromeos/policy/device_local_account_browsertest.cc
|
| index c1db9b53554dfb557680e3771023b1c3f5acba5b..750b6cc754e465400ef9fd2359f81e2903d71491 100644
|
| --- a/chrome/browser/chromeos/policy/device_local_account_browsertest.cc
|
| +++ b/chrome/browser/chromeos/policy/device_local_account_browsertest.cc
|
| @@ -314,7 +314,7 @@ scoped_ptr<net::test_server::HttpResponse>
|
| http_response->set_code(net::HTTP_OK);
|
| http_response->set_content(content);
|
| http_response->set_content_type("text/xml");
|
| - return http_response.PassAs<net::test_server::HttpResponse>();
|
| + return http_response.Pass();
|
| }
|
|
|
| DictionaryPrefValueWaiter::DictionaryPrefValueWaiter(
|
|
|