| Index: chrome/browser/speech/tts_linux.cc
|
| diff --git a/chrome/browser/speech/tts_linux.cc b/chrome/browser/speech/tts_linux.cc
|
| index e3aa093762128ae852d99541ff64c31155c67a09..2f29236a8f6cff39b9655524c4d8b68a0f17965f 100644
|
| --- a/chrome/browser/speech/tts_linux.cc
|
| +++ b/chrome/browser/speech/tts_linux.cc
|
| @@ -94,7 +94,8 @@ SPDNotificationType TtsPlatformImplLinux::current_notification_ =
|
|
|
| TtsPlatformImplLinux::TtsPlatformImplLinux()
|
| : utterance_id_(0) {
|
| - const CommandLine& command_line = *CommandLine::ForCurrentProcess();
|
| + const base::CommandLine& command_line =
|
| + *base::CommandLine::ForCurrentProcess();
|
| if (!command_line.HasSwitch(switches::kEnableSpeechDispatcher))
|
| return;
|
|
|
|
|