Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1687)

Unified Diff: chrome/browser/ui/webui/foreign_session_handler.cc

Issue 1336823003: Move chrome::HostDesktopType to ui::HostDesktopType (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@base_session_service_delegate_impl
Patch Set: Fix build on Mac and CrOS Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/webui/foreign_session_handler.cc
diff --git a/chrome/browser/ui/webui/foreign_session_handler.cc b/chrome/browser/ui/webui/foreign_session_handler.cc
index bed88b282a465a938fbb3d4a851cf467a05a7d53..63123e26a5e3bcae9046d3f2d079ecd204e830a9 100644
--- a/chrome/browser/ui/webui/foreign_session_handler.cc
+++ b/chrome/browser/ui/webui/foreign_session_handler.cc
@@ -182,7 +182,7 @@ void ForeignSessionHandler::OpenForeignSessionWindows(
window_num == kInvalidId ?
std::vector<const ::sessions::SessionWindow*>::const_iterator(
windows.end()) : iter_begin + 1;
- chrome::HostDesktopType host_desktop_type =
+ ui::HostDesktopType host_desktop_type =
chrome::GetHostDesktopTypeForNativeView(
web_ui->GetWebContents()->GetNativeView());
SessionRestore::RestoreForeignSessionWindows(

Powered by Google App Engine
This is Rietveld 408576698