Chromium Code Reviews| Index: tools/gn/test_with_scope.h |
| diff --git a/tools/gn/test_with_scope.h b/tools/gn/test_with_scope.h |
| index 75b0899d04f6913f566b4b9a73fc7f3d83d4b5e0..fa6fb4b324b855899194bcbfde677f47d250618b 100644 |
| --- a/tools/gn/test_with_scope.h |
| +++ b/tools/gn/test_with_scope.h |
| @@ -92,7 +92,7 @@ class TestParseInput { |
| InputFile input_file_; |
| std::vector<Token> tokens_; |
| - scoped_ptr<ParseNode> parsed_; |
| + std::unique_ptr<ParseNode> parsed_; |
| Err parse_err_; |