| 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 d0e9d0e463c3fa441f5dc17ffa0d250db7726432..4dec3ab92771387aead1c4b4cff8c9d46eb3c86d 100644
|
| --- a/content/public/test/render_view_test.h
|
| +++ b/content/public/test/render_view_test.h
|
| @@ -137,7 +137,7 @@ class RenderViewTest : public testing::Test {
|
| // Used to setup the process so renderers can run.
|
| scoped_ptr<RendererMainPlatformDelegate> platform_;
|
| scoped_ptr<MainFunctionParams> params_;
|
| - scoped_ptr<CommandLine> command_line_;
|
| + scoped_ptr<base::CommandLine> command_line_;
|
|
|
| #if defined(OS_MACOSX)
|
| scoped_ptr<base::mac::ScopedNSAutoreleasePool> autorelease_pool_;
|
|
|