Index: content/browser/cross_site_transfer_browsertest.cc |
diff --git a/content/browser/cross_site_transfer_browsertest.cc b/content/browser/cross_site_transfer_browsertest.cc |
index 1b7c099e455cc1c02e489fc10dca2353d9c8fe24..658519c3451954db5fa44b26eafb065b1ad473c8 100644 |
--- a/content/browser/cross_site_transfer_browsertest.cc |
+++ b/content/browser/cross_site_transfer_browsertest.cc |
@@ -130,7 +130,7 @@ class TrackingResourceDispatcherHostDelegate |
base::Closure run_loop_quit_closure_; |
// This lives on the UI thread. |
- scoped_ptr<base::RunLoop> run_loop_; |
+ std::unique_ptr<base::RunLoop> run_loop_; |
// Set on the IO thread while |run_loop_| is non-nullptr, read on the UI |
// thread after deleting run_loop_. |