| Index: chrome/browser/extensions/extension_service_sync_unittest.cc
|
| diff --git a/chrome/browser/extensions/extension_service_sync_unittest.cc b/chrome/browser/extensions/extension_service_sync_unittest.cc
|
| index cbf5c1e802bdd8e6cd7326a9f02b5553857bcb6d..af5fc9bcd882a52133466c3cdd7d3436a31d7fde 100644
|
| --- a/chrome/browser/extensions/extension_service_sync_unittest.cc
|
| +++ b/chrome/browser/extensions/extension_service_sync_unittest.cc
|
| @@ -497,7 +497,7 @@ TEST_F(ExtensionServiceSyncTest, GetSyncAppDataUserSettings) {
|
| EXPECT_TRUE(initial_ordinal.Equals(app_sync_data->page_ordinal()));
|
| }
|
|
|
| - AppSorting* sorting = ExtensionPrefs::Get(profile())->app_sorting();
|
| + AppSorting* sorting = ExtensionSystem::Get(profile())->app_sorting();
|
| sorting->SetAppLaunchOrdinal(app->id(), initial_ordinal.CreateAfter());
|
| {
|
| syncer::SyncDataList list =
|
| @@ -549,7 +549,7 @@ TEST_F(ExtensionServiceSyncTest, GetSyncAppDataUserSettingsOnExtensionMoved) {
|
| new syncer::FakeSyncChangeProcessor),
|
| scoped_ptr<syncer::SyncErrorFactory>(new syncer::SyncErrorFactoryMock()));
|
|
|
| - ExtensionPrefs::Get(service()->GetBrowserContext())
|
| + ExtensionSystem::Get(service()->GetBrowserContext())
|
| ->app_sorting()
|
| ->OnExtensionMoved(apps[0]->id(), apps[1]->id(), apps[2]->id());
|
| {
|
|
|