Index: chrome/browser/chromeos/first_run/first_run.cc |
diff --git a/chrome/browser/chromeos/first_run/first_run.cc b/chrome/browser/chromeos/first_run/first_run.cc |
index f35d0d125da7a84a79bd54b15731c724d5de130e..7ac58d76fab82fec582aae35e8bd34ecf8074a95 100644 |
--- a/chrome/browser/chromeos/first_run/first_run.cc |
+++ b/chrome/browser/chromeos/first_run/first_run.cc |
@@ -61,7 +61,7 @@ class DialogLauncher : public content::NotificationObserver { |
const content::NotificationSource& source, |
const content::NotificationDetails& details) OVERRIDE { |
DCHECK(type == chrome::NOTIFICATION_SESSION_STARTED); |
- DCHECK(content::Details<const User>(details).ptr() == |
+ DCHECK(content::Details<const user_manager::User>(details).ptr() == |
ProfileHelper::Get()->GetUserByProfile(profile_)); |
CommandLine* command_line = CommandLine::ForCurrentProcess(); |
bool launched_in_test = command_line->HasSwitch(::switches::kTestType); |