Index: chrome/browser/ui/views/profiles/user_manager_view.cc |
diff --git a/chrome/browser/ui/views/profiles/user_manager_view.cc b/chrome/browser/ui/views/profiles/user_manager_view.cc |
index ed0bc6ed850ab84b04cb7ae4ef46d8f36bf17500..e52f9ce9ae8f9ba6786ad1cc807b84d6af3fb020 100644 |
--- a/chrome/browser/ui/views/profiles/user_manager_view.cc |
+++ b/chrome/browser/ui/views/profiles/user_manager_view.cc |
@@ -127,7 +127,7 @@ void UserManagerView::Init(Profile* guest_profile, const GURL& url) { |
web_view_->RequestFocus(); |
} |
-gfx::Size UserManagerView::GetPreferredSize() { |
+gfx::Size UserManagerView::GetPreferredSize() const { |
return gfx::Size(kWindowWidth, kWindowHeight); |
} |