Chromium Code Reviews| Index: content/public/test/render_view_test.h |
| diff --git a/content/public/test/render_view_test.h b/content/public/test/render_view_test.h |
| index 204d0231f9738b7951b6fcd07a1a386f79c5d06d..d0e9d0e463c3fa441f5dc17ffa0d250db7726432 100644 |
| --- a/content/public/test/render_view_test.h |
| +++ b/content/public/test/render_view_test.h |
| @@ -139,6 +139,10 @@ class RenderViewTest : public testing::Test { |
| scoped_ptr<MainFunctionParams> params_; |
| scoped_ptr<CommandLine> command_line_; |
| +#if defined(OS_MACOSX) |
| + scoped_ptr<base::mac::ScopedNSAutoreleasePool> autorelease_pool_; |
|
Nico
2014/02/04 16:12:51
Does this have to be a scoped_ptr? A regular membe
tasak
2014/02/05 04:23:02
I would like to make ScopedNSAutoreleasePool's lif
|
| +#endif |
| + |
| private: |
| void GoToOffset(int offset, const blink::WebHistoryItem& history_item); |
| }; |