| Index: chrome/browser/chromeos/login/signin/oauth2_browsertest.cc
|
| diff --git a/chrome/browser/chromeos/login/signin/oauth2_browsertest.cc b/chrome/browser/chromeos/login/signin/oauth2_browsertest.cc
|
| index e0a4f9048b9a8f96ac23d1eb0a9b015d3ccc2f28..721db65d2c643c0cca31f6b1b90bc311905389f5 100644
|
| --- a/chrome/browser/chromeos/login/signin/oauth2_browsertest.cc
|
| +++ b/chrome/browser/chromeos/login/signin/oauth2_browsertest.cc
|
| @@ -529,7 +529,7 @@ class FakeGoogle {
|
| return scoped_ptr<HttpResponse>(); // Request not understood.
|
| }
|
|
|
| - return http_response.PassAs<HttpResponse>();
|
| + return http_response.Pass();
|
| }
|
|
|
| // True if we have already served the test page.
|
|
|