| Index: chrome/browser/ui/android/tab_model/tab_model_list_unittest.cc
|
| diff --git a/chrome/browser/ui/android/tab_model/tab_model_list_unittest.cc b/chrome/browser/ui/android/tab_model/tab_model_list_unittest.cc
|
| index bce16304b084b49705d1e989bbb2321122e4e7d6..78e0ef213a93e97a04fa4cc3ab3bc2c748140c38 100644
|
| --- a/chrome/browser/ui/android/tab_model/tab_model_list_unittest.cc
|
| +++ b/chrome/browser/ui/android/tab_model/tab_model_list_unittest.cc
|
| @@ -42,7 +42,7 @@ TEST_F(TabModelListTest, TestGetTabModelForWebContents) {
|
| TestTabModel tab_model(profile());
|
| TabModelList::AddTabModel(&tab_model);
|
|
|
| - scoped_ptr<content::WebContents> contents(CreateTestWebContents());
|
| + std::unique_ptr<content::WebContents> contents(CreateTestWebContents());
|
|
|
| // Should not crash when there are no tabs.
|
| EXPECT_EQ(NULL, TabModelList::GetTabModelForWebContents(contents.get()));
|
|
|