| Index: chrome/browser/sync/test/integration/sync_app_list_helper.cc
|
| diff --git a/chrome/browser/sync/test/integration/sync_app_list_helper.cc b/chrome/browser/sync/test/integration/sync_app_list_helper.cc
|
| index 94e7b5997b5ecd6e900d53b008a8c703a3a61576..e0465487b1beb26041c0622c3225bc9099a05ab3 100644
|
| --- a/chrome/browser/sync/test/integration/sync_app_list_helper.cc
|
| +++ b/chrome/browser/sync/test/integration/sync_app_list_helper.cc
|
| @@ -173,7 +173,7 @@ void SyncAppListHelper::PrintItem(Profile* profile,
|
| AppListItem* item,
|
| const std::string& label) {
|
| extensions::AppSorting* s =
|
| - extensions::ExtensionPrefs::Get(profile)->app_sorting();
|
| + extensions::ExtensionSystem::Get(profile)->app_sorting();
|
| std::string id = item->id();
|
| if (item->GetItemType() == AppListFolderItem::kItemType) {
|
| DVLOG(1) << label << item->ToDebugString();
|
|
|