Index: chrome/browser/extensions/launch_util.cc |
diff --git a/chrome/browser/extensions/launch_util.cc b/chrome/browser/extensions/launch_util.cc |
index 907f9051617fb5f73c4bf291345034f6bf01b3e6..952d8c6084eb58887df5cd4c052f50c36f429a29 100644 |
--- a/chrome/browser/extensions/launch_util.cc |
+++ b/chrome/browser/extensions/launch_util.cc |
@@ -118,7 +118,7 @@ LaunchContainer GetLaunchContainer(const ExtensionPrefs* prefs, |
result = LAUNCH_CONTAINER_WINDOW; |
#if defined(USE_ASH) |
} else if (prefs_launch_type == LAUNCH_TYPE_FULLSCREEN && |
- chrome::GetActiveDesktop() == chrome::HOST_DESKTOP_TYPE_ASH) { |
+ chrome::GetActiveDesktop() == ui::HOST_DESKTOP_TYPE_ASH) { |
// LAUNCH_TYPE_FULLSCREEN launches in a maximized app window in ash. |
// For desktop chrome AURA on all platforms we should open the |
// application in full screen mode in the current tab, on the same |