Index: chrome/browser/ui/views/profiles/user_manager_view.h |
diff --git a/chrome/browser/ui/views/profiles/user_manager_view.h b/chrome/browser/ui/views/profiles/user_manager_view.h |
index 39230bfc0805fb79866466f9355b3485ee9007e8..7637f772f19edb171c2f584e6d34e2475354069a 100644 |
--- a/chrome/browser/ui/views/profiles/user_manager_view.h |
+++ b/chrome/browser/ui/views/profiles/user_manager_view.h |
@@ -35,10 +35,9 @@ class UserManagerView : public views::DialogDelegateView { |
explicit UserManagerView(Profile* profile); |
virtual ~UserManagerView(); |
- // Creates a new UserManagerView instance for the |guest_profile| and |
- // shows the |url|. |
- static void OnGuestProfileCreated(Profile* guest_profile, |
- const std::string& url); |
+ // Creates a new UserManagerView instance for |profile| and shows the |url|. |
+ static void OnUserManagerProfileCreated(Profile* profile, |
+ const std::string& url); |
// views::View: |
virtual gfx::Size GetPreferredSize() OVERRIDE; |