| Index: chrome/browser/search/hotword_service_factory.cc
|
| diff --git a/chrome/browser/search/hotword_service_factory.cc b/chrome/browser/search/hotword_service_factory.cc
|
| index 44d341311b2a602a90aafc65acc6b77e9d639138..91c7fcbece1aee3d2de62ab73889d0feca489c32 100644
|
| --- a/chrome/browser/search/hotword_service_factory.cc
|
| +++ b/chrome/browser/search/hotword_service_factory.cc
|
| @@ -47,7 +47,7 @@ bool HotwordServiceFactory::IsHotwordHardwareAvailable() {
|
| // Fill in once the hardware has the correct interface implemented.
|
| // In the meantime, this function can be used to get other parts moving
|
| // based on a flag.
|
| - CommandLine* command_line = CommandLine::ForCurrentProcess();
|
| + base::CommandLine* command_line = base::CommandLine::ForCurrentProcess();
|
| return command_line->HasSwitch(switches::kEnableExperimentalHotwordHardware);
|
| }
|
|
|
|
|