Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1436)

Unified Diff: content/shell/app/shell_main_delegate.cc

Issue 1874903002: Convert //content from scoped_ptr to std::unique_ptr (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix indent Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/shell/app/shell_main_delegate.h ('k') | content/shell/browser/layout_test/blink_test_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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");
« no previous file with comments | « content/shell/app/shell_main_delegate.h ('k') | content/shell/browser/layout_test/blink_test_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698