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

Unified Diff: ios/web/app/web_main_runner.mm

Issue 1861593005: Convert //ios from scoped_ptr to std::unique_ptr. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase? 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 | « ios/web/app/web_main_loop.mm ('k') | ios/web/browser_state_web_view_partition_inttest.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/app/web_main_runner.mm
diff --git a/ios/web/app/web_main_runner.mm b/ios/web/app/web_main_runner.mm
index cf0dbba7f2756f610e892a95a12911ef78f0d963..ac422f79f3096aa89e232dd07b78a6187f81b3cf 100644
--- a/ios/web/app/web_main_runner.mm
+++ b/ios/web/app/web_main_runner.mm
@@ -112,8 +112,8 @@ class WebMainRunnerImpl : public WebMainRunner {
// Used if the embedder doesn't set one.
WebClient empty_web_client_;
- scoped_ptr<base::AtExitManager> exit_manager_;
- scoped_ptr<WebMainLoop> main_loop_;
+ std::unique_ptr<base::AtExitManager> exit_manager_;
+ std::unique_ptr<WebMainLoop> main_loop_;
DISALLOW_COPY_AND_ASSIGN(WebMainRunnerImpl);
};
« no previous file with comments | « ios/web/app/web_main_loop.mm ('k') | ios/web/browser_state_web_view_partition_inttest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698