| Index: content/shell/app/shell_main_delegate.cc
|
| diff --git a/content/shell/app/shell_main_delegate.cc b/content/shell/app/shell_main_delegate.cc
|
| index 56738e195062df479efcc532011cfc8977b3eb8d..174c1d5ae11f32a8089eef35ba114ddf40f86125 100644
|
| --- a/content/shell/app/shell_main_delegate.cc
|
| +++ b/content/shell/app/shell_main_delegate.cc
|
| @@ -273,7 +273,7 @@ int ShellMainDelegate::RunProcess(
|
| #if !defined(OS_ANDROID)
|
| // Android stores the BrowserMainRunner instance as a scoped member pointer
|
| // on the ShellMainDelegate class because of different object lifetime.
|
| - scoped_ptr<BrowserMainRunner> browser_runner_;
|
| + std::unique_ptr<BrowserMainRunner> browser_runner_;
|
| #endif
|
|
|
| base::trace_event::TraceLog::GetInstance()->SetProcessName("Browser");
|
|
|