| Index: chrome/browser/ui/webui/options/language_options_handler_common.cc
 | 
| diff --git a/chrome/browser/ui/webui/options/language_options_handler_common.cc b/chrome/browser/ui/webui/options/language_options_handler_common.cc
 | 
| index 5ab100f5d7af2c51fa3c50b2877c53bc7d0c09d4..0cfd34b19f4b776814e7b828d538ae14b6fa879b 100644
 | 
| --- a/chrome/browser/ui/webui/options/language_options_handler_common.cc
 | 
| +++ b/chrome/browser/ui/webui/options/language_options_handler_common.cc
 | 
| @@ -118,7 +118,8 @@ void LanguageOptionsHandlerCommon::GetLocalizedValues(
 | 
|                           GetSpellCheckLanguageCodeSet());
 | 
|    localized_strings->Set("uiLanguageCodeSet", GetUILanguageCodeSet());
 | 
|  
 | 
| -  const CommandLine& command_line = *CommandLine::ForCurrentProcess();
 | 
| +  const base::CommandLine& command_line =
 | 
| +      *base::CommandLine::ForCurrentProcess();
 | 
|    bool enable_spelling_auto_correct =
 | 
|        command_line.HasSwitch(switches::kEnableSpellingAutoCorrect);
 | 
|    localized_strings->SetBoolean("enableSpellingAutoCorrect",
 | 
| 
 |