| Index: chrome/browser/profiles/profile_manager.h
|
| diff --git a/chrome/browser/profiles/profile_manager.h b/chrome/browser/profiles/profile_manager.h
|
| index 98190b11b8827d7a9ad45c4f6c6064b50b9a3841..b0803ecfa963d687d25737bb31b67459a48ca07a 100644
|
| --- a/chrome/browser/profiles/profile_manager.h
|
| +++ b/chrome/browser/profiles/profile_manager.h
|
| @@ -47,7 +47,7 @@ class ProfileManager : public base::NonThreadSafe,
|
| ProfileManager();
|
| virtual ~ProfileManager();
|
|
|
| - // Invokes ShutdownSessionService() on all profiles.
|
| + // Invokes SessionServiceFactory::ShutdownForProfile() for all profiles.
|
| static void ShutdownSessionServices();
|
|
|
| // Returns the default profile. This adds the profile to the
|
|
|