| Index: chrome/browser/ui/browser_command_controller.cc
|
| diff --git a/chrome/browser/ui/browser_command_controller.cc b/chrome/browser/ui/browser_command_controller.cc
|
| index d65fb32d0affbfa37d66e8b28e6350e5fad6a4ac..3872c17c6133d00076915b59564e119f1ffcede5 100644
|
| --- a/chrome/browser/ui/browser_command_controller.cc
|
| +++ b/chrome/browser/ui/browser_command_controller.cc
|
| @@ -630,7 +630,7 @@ void BrowserCommandController::ExecuteCommandWithDisposition(
|
| #if defined(OS_CHROMEOS)
|
| case IDC_TOUCH_HUD_PROJECTION_TOGGLE:
|
| if (chrome::IsRunningInMash()) {
|
| - shell::Connector* connector =
|
| + service_manager::Connector* connector =
|
| content::ServiceManagerConnection::GetForProcess()->GetConnector();
|
| mash::mojom::LaunchablePtr launchable;
|
| connector->ConnectToInterface("service:touch_hud", &launchable);
|
|
|