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); |
}; |