| Index: chrome/browser/sync/test/integration/two_client_app_list_sync_test.cc
|
| diff --git a/chrome/browser/sync/test/integration/two_client_app_list_sync_test.cc b/chrome/browser/sync/test/integration/two_client_app_list_sync_test.cc
|
| index d7d94d4ccd791bad9171ce5a569cb851bdc6bff7..571db0ba0d6a0a854c92e7c48ce4a2486bc215ad 100644
|
| --- a/chrome/browser/sync/test/integration/two_client_app_list_sync_test.cc
|
| +++ b/chrome/browser/sync/test/integration/two_client_app_list_sync_test.cc
|
| @@ -72,7 +72,7 @@ void CheckAppInfoInPrefs(Profile* profile,
|
| service->GetModel()->top_level_item_list()->FindItem(id);
|
| ASSERT_TRUE(item);
|
| // Ensure local prefs matches the model data.
|
| - scoped_ptr<app_list::AppListPrefs::AppListInfo> info =
|
| + std::unique_ptr<app_list::AppListPrefs::AppListInfo> info =
|
| app_list::AppListPrefs::Get(profile)->GetAppListInfo(id);
|
| ASSERT_TRUE(info);
|
| EXPECT_EQ(item->name(), info->name);
|
|
|