| 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_;
|
| +#endif
|
| +
|
| private:
|
| void GoToOffset(int offset, const blink::WebHistoryItem& history_item);
|
| };
|
|
|