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 616bd0cfc1801f3bd045b675e4b7ab70c68840ad..99075fc1fe2a57f1d5ea4197c444aa9c6d14feeb 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( |