Index: trunk/src/chrome/browser/ui/ash/session_state_delegate_views.cc |
=================================================================== |
--- trunk/src/chrome/browser/ui/ash/session_state_delegate_views.cc (revision 270237) |
+++ trunk/src/chrome/browser/ui/ash/session_state_delegate_views.cc (working copy) |
@@ -108,7 +108,7 @@ |
const ash::UserInfo* SessionStateDelegate::GetUserInfo( |
ash::MultiProfileIndex index) const { |
- return GetUserInfo(static_cast<content::BrowserContext*>(NULL)); |
+ return GetUserInfo(NULL); |
} |
const ash::UserInfo* SessionStateDelegate::GetUserInfo( |