| Index: chrome/browser/extensions/extension_install_ui_browsertest.cc
|
| diff --git a/chrome/browser/extensions/extension_install_ui_browsertest.cc b/chrome/browser/extensions/extension_install_ui_browsertest.cc
|
| index 21e0479b4fddcdc87407416dc85f933d884e1039..bca19e610c791c22ff50de4ef46e7ea2bfc09b35 100644
|
| --- a/chrome/browser/extensions/extension_install_ui_browsertest.cc
|
| +++ b/chrome/browser/extensions/extension_install_ui_browsertest.cc
|
| @@ -234,7 +234,7 @@ IN_PROC_BROWSER_TEST_F(NewTabUISortingBrowserTest,
|
| service->GetInstalledExtension(extensions::kWebStoreAppId);
|
| EXPECT_TRUE(webstore_extension);
|
| AppSorting* sorting =
|
| - extensions::ExtensionPrefs::Get(browser()->profile())->app_sorting();
|
| + extensions::ExtensionSystem::Get(browser()->profile())->app_sorting();
|
|
|
| // Register for notifications in the same way as AppLauncherHandler.
|
| registrar_.Add(this,
|
|
|