Index: chrome/browser/platform_util_win.cc |
diff --git a/chrome/browser/platform_util_win.cc b/chrome/browser/platform_util_win.cc |
index 4e2d9f26fc5f06f7f8339fc2925cf2a856943898..faea2a654bb88a9c43893634b141c38e476a1b06 100644 |
--- a/chrome/browser/platform_util_win.cc |
+++ b/chrome/browser/platform_util_win.cc |
@@ -188,7 +188,7 @@ void OpenItemViaShellInUtilityProcess(const base::FilePath& full_path, |
void ActivateDesktopIfNecessary() { |
DCHECK_CURRENTLY_ON(BrowserThread::UI); |
- if (chrome::GetActiveDesktop() == chrome::HOST_DESKTOP_TYPE_ASH) |
+ if (chrome::GetActiveDesktop() == ui::HOST_DESKTOP_TYPE_ASH) |
chrome::ActivateDesktopHelper(chrome::ASH_KEEP_RUNNING); |
} |
@@ -229,7 +229,7 @@ void PlatformOpenVerifiedItem(const base::FilePath& path, OpenItemType type) { |
void OpenExternal(Profile* profile, const GURL& url) { |
DCHECK_CURRENTLY_ON(BrowserThread::UI); |
- if (chrome::GetActiveDesktop() == chrome::HOST_DESKTOP_TYPE_ASH && |
+ if (chrome::GetActiveDesktop() == ui::HOST_DESKTOP_TYPE_ASH && |
!url.SchemeIsHTTPOrHTTPS()) |
chrome::ActivateDesktopHelper(chrome::ASH_KEEP_RUNNING); |