Index: chrome/browser/ui/extensions/app_launch_params.h |
diff --git a/chrome/browser/ui/extensions/app_launch_params.h b/chrome/browser/ui/extensions/app_launch_params.h |
index 3b69479c6c798b17f29bb1d516b9fda03de41f45..d6c6b2d694e4e499dc2222b7efc8e17280b2d1f3 100644 |
--- a/chrome/browser/ui/extensions/app_launch_params.h |
+++ b/chrome/browser/ui/extensions/app_launch_params.h |
@@ -43,7 +43,7 @@ struct AppLaunchParams { |
AppLaunchParams(Profile* profile, |
const extensions::Extension* extension, |
WindowOpenDisposition disposition, |
- chrome::HostDesktopType desktop_type, |
+ ui::HostDesktopType desktop_type, |
extensions::AppLaunchSource source); |
~AppLaunchParams(); |
@@ -61,7 +61,7 @@ struct AppLaunchParams { |
WindowOpenDisposition disposition; |
// The desktop type to launch on. Uses GetActiveDesktop() if unspecified. |
- chrome::HostDesktopType desktop_type; |
+ ui::HostDesktopType desktop_type; |
// If non-empty, use override_url in place of the application's launch url. |
GURL override_url; |