| 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..57feb15fc02f44084cd5997cb726331f9112ac4b 100644
|
| --- a/chrome/browser/extensions/extension_install_ui_browsertest.cc
|
| +++ b/chrome/browser/extensions/extension_install_ui_browsertest.cc
|
| @@ -26,7 +26,6 @@
|
| #include "content/public/browser/web_contents.h"
|
| #include "content/public/test/browser_test_utils.h"
|
| #include "extensions/browser/app_sorting.h"
|
| -#include "extensions/browser/extension_prefs.h"
|
| #include "extensions/common/constants.h"
|
|
|
| using content::WebContents;
|
| @@ -234,7 +233,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,
|
|
|