Index: chrome/browser/ui/cocoa/profiles/user_manager_mac.h |
diff --git a/chrome/browser/ui/cocoa/profiles/user_manager_mac.h b/chrome/browser/ui/cocoa/profiles/user_manager_mac.h |
index 57786281043b8aa9d1dd01e87f1ae72455c56096..d771c1022a7c487d87d51330cd2af2fc74dbac2a 100644 |
--- a/chrome/browser/ui/cocoa/profiles/user_manager_mac.h |
+++ b/chrome/browser/ui/cocoa/profiles/user_manager_mac.h |
@@ -44,10 +44,9 @@ class UserManagerMac { |
explicit UserManagerMac(Profile* profile); |
virtual ~UserManagerMac(); |
- // Creates a new UserManagerMac instance for the |guest_profile| and |
- // shows the |url|. |
- static void OnGuestProfileCreated(Profile* guest_profile, |
- const std::string& url); |
+ // Creates a new UserManagerMac instance for |profile| and shows the |url|. |
+ static void OnUserManagerProfileCreated(Profile* profile, |
+ const std::string& url); |
// An open User Manager window. There can only be one open at a time. This |
// is reset to NULL when the window is closed. |