Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(566)

Unified Diff: trunk/src/chrome/browser/ui/ash/session_state_delegate_views.cc

Issue 287783002: Revert 270232 "linux_aura: Compile ash into chrome." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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(

Powered by Google App Engine
This is Rietveld 408576698