Index: chrome/browser/sync/profile_sync_components_factory_impl.cc |
diff --git a/chrome/browser/sync/profile_sync_components_factory_impl.cc b/chrome/browser/sync/profile_sync_components_factory_impl.cc |
index 6a080a26af08bd7900db26dd66186b7db24e4fc6..15047b045c6c69b89e4118a14c8418902dd65166 100644 |
--- a/chrome/browser/sync/profile_sync_components_factory_impl.cc |
+++ b/chrome/browser/sync/profile_sync_components_factory_impl.cc |
@@ -88,7 +88,7 @@ ProfileSyncComponentsFactoryImpl::ProfileSyncComponentsFactoryImpl( |
: profile_(profile), |
command_line_(command_line), |
extension_system_( |
- ExtensionSystemFactory::GetForProfile(profile)), |
+ extensions::ExtensionSystemFactory::GetForProfile(profile)), |
web_data_service_(WebDataServiceFactory::GetForProfile( |
profile_, Profile::IMPLICIT_ACCESS)) { |
} |