Index: chrome/browser/ui/app_list/app_list_syncable_service_factory.cc |
diff --git a/chrome/browser/ui/app_list/app_list_syncable_service_factory.cc b/chrome/browser/ui/app_list/app_list_syncable_service_factory.cc |
index b0c89ad709a28020fe2446716f3b5da7ba80857b..72def97ada082fc4b7d8c18fdad309a3aab8d5b5 100644 |
--- a/chrome/browser/ui/app_list/app_list_syncable_service_factory.cc |
+++ b/chrome/browser/ui/app_list/app_list_syncable_service_factory.cc |
@@ -40,9 +40,8 @@ BrowserContextKeyedService* |
AppListSyncableServiceFactory::BuildServiceInstanceFor( |
content::BrowserContext* browser_context) const { |
Profile* profile = static_cast<Profile*>(browser_context); |
- ExtensionService* extension_service = |
- extensions::ExtensionSystem::Get(profile)->extension_service(); |
- return new AppListSyncableService(profile, extension_service); |
+ return new AppListSyncableService(profile, |
+ extensions::ExtensionSystem::Get(profile)); |
} |
void AppListSyncableServiceFactory::RegisterProfilePrefs( |