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 b4af283aed4fdfd22b2869b790500c874ac8a37b..ae4727247e733c3364b499115b1e21ed0c6124e2 100644 |
--- a/chrome/browser/chromeos/first_run/first_run.cc |
+++ b/chrome/browser/chromeos/first_run/first_run.cc |
@@ -68,7 +68,7 @@ class DialogLauncher : public content::NotificationObserver { |
DCHECK(type == chrome::NOTIFICATION_SESSION_STARTED); |
DCHECK(content::Details<const user_manager::User>(details).ptr() == |
ProfileHelper::Get()->GetUserByProfile(profile_)); |
- CommandLine* command_line = CommandLine::ForCurrentProcess(); |
+ base::CommandLine* command_line = base::CommandLine::ForCurrentProcess(); |
bool launched_in_test = command_line->HasSwitch(::switches::kTestType); |
bool launched_in_telemetry = |
command_line->HasSwitch(switches::kOobeSkipPostLogin); |