Index: chrome/browser/ui/ash/launcher/arc_app_window_launcher_controller.cc |
diff --git a/chrome/browser/ui/ash/launcher/arc_app_window_launcher_controller.cc b/chrome/browser/ui/ash/launcher/arc_app_window_launcher_controller.cc |
index c6b1f3dce48a59b6841e1918b7684e16405eb0b0..5dc10be12cec4a9f571cf72e341f64e54d78d7d4 100644 |
--- a/chrome/browser/ui/ash/launcher/arc_app_window_launcher_controller.cc |
+++ b/chrome/browser/ui/ash/launcher/arc_app_window_launcher_controller.cc |
@@ -162,7 +162,7 @@ void ArcAppWindowLauncherController::OnWindowPropertyChanged( |
return; |
} |
- arc::AppInstance* app_instance = bridge_service->app_instance(); |
+ arc::mojom::AppInstance* app_instance = bridge_service->app_instance(); |
if (!app_instance) { |
VLOG(2) << "Request to resolve task when bridge service is not ready."; |
return; |