Chromium Code Reviews| Index: sandbox/win/src/restricted_token.cc |
| diff --git a/sandbox/win/src/restricted_token.cc b/sandbox/win/src/restricted_token.cc |
| index 1940ae3948a3fc594311c0d9558780759e567693..300feaedab1fce5c9df28a1c17d7d094c18754e7 100644 |
| --- a/sandbox/win/src/restricted_token.cc |
| +++ b/sandbox/win/src/restricted_token.cc |
| @@ -36,7 +36,7 @@ scoped_ptr<BYTE[]> GetTokenInfo(const base::win::ScopedHandle& token, |
| } |
| *error = ERROR_SUCCESS; |
| - return buffer.Pass(); |
| + return buffer; |
| } |
| } // namespace |