| Index: chrome/browser/metrics/thread_watcher_android_unittest.cc
|
| diff --git a/chrome/browser/metrics/thread_watcher_android_unittest.cc b/chrome/browser/metrics/thread_watcher_android_unittest.cc
|
| index a80e7ef4f1222af8990878b97898bd724dba2352..1bcc58bcb54aa8626411e4f19f3eea6e6e372bd5 100644
|
| --- a/chrome/browser/metrics/thread_watcher_android_unittest.cc
|
| +++ b/chrome/browser/metrics/thread_watcher_android_unittest.cc
|
| @@ -45,8 +45,7 @@ TEST(ThreadWatcherAndroidTest, ApplicationStatusNotification) {
|
| base::MessageLoopForUI message_loop_for_ui;
|
| content::TestBrowserThread ui_thread(BrowserThread::UI, &message_loop_for_ui);
|
|
|
| -
|
| - scoped_ptr<WatchDogThread> watchdog_thread_(new WatchDogThread());
|
| + std::unique_ptr<WatchDogThread> watchdog_thread_(new WatchDogThread());
|
| watchdog_thread_->StartAndWaitForTesting();
|
|
|
| EXPECT_FALSE(ThreadWatcherList::g_thread_watcher_list_);
|
|
|