| Index: chrome/browser/profiles/profile_dependency_manager.cc
|
| diff --git a/chrome/browser/profiles/profile_dependency_manager.cc b/chrome/browser/profiles/profile_dependency_manager.cc
|
| index 282d5a8d30a3aa248331c5840bac41cb142d9433..dd72350587e5ac7c60c95117e15d3dc9898e0ffa 100644
|
| --- a/chrome/browser/profiles/profile_dependency_manager.cc
|
| +++ b/chrome/browser/profiles/profile_dependency_manager.cc
|
| @@ -191,7 +191,7 @@ ProfileDependencyManager::ProfileDependencyManager()
|
| ProfileDependencyManager::~ProfileDependencyManager() {}
|
|
|
| // This method gets the instance of each ServiceFactory. We do this so that
|
| -// each ServiceFactory initializes iteslf and registers its dependencies with
|
| +// each ServiceFactory initializes itself and registers its dependencies with
|
| // the global PreferenceDependencyManager. We need to have a complete
|
| // dependency graph when we create a profile so we can dispatch the profile
|
| // creation message to the services that want to create their services at
|
|
|