| Index: chrome/browser/ui/webui/chromeos/first_run/first_run_ui.cc
|
| diff --git a/chrome/browser/ui/webui/chromeos/first_run/first_run_ui.cc b/chrome/browser/ui/webui/chromeos/first_run/first_run_ui.cc
|
| index 91fc8f407d71ba50a5a09b6dd68e22fa9ada9177..dcf70776ce99c36e4caff2212549c2006d54b458 100644
|
| --- a/chrome/browser/ui/webui/chromeos/first_run/first_run_ui.cc
|
| +++ b/chrome/browser/ui/webui/chromeos/first_run/first_run_ui.cc
|
| @@ -58,7 +58,7 @@ void SetLocalizedStrings(base::DictionaryValue* localized_strings) {
|
| "nextButton", l10n_util::GetStringUTF16(IDS_FIRST_RUN_NEXT_BUTTON));
|
| localized_strings->SetBoolean(
|
| "transitionsEnabled",
|
| - CommandLine::ForCurrentProcess()->HasSwitch(
|
| + base::CommandLine::ForCurrentProcess()->HasSwitch(
|
| chromeos::switches::kEnableFirstRunUITransitions));
|
| std::string shelf_alignment;
|
| ash::Shell* shell = ash::Shell::GetInstance();
|
|
|