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

Unified Diff: chrome/browser/ui/browser_navigator.h

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/browser_navigator.h
diff --git a/chrome/browser/ui/browser_navigator.h b/chrome/browser/ui/browser_navigator.h
index 07754c72fa0450c5d7f1a801949f1b867697ca71..139e65b94513ef837b8c18de146cfbe054bd4d93 100644
--- a/chrome/browser/ui/browser_navigator.h
+++ b/chrome/browser/ui/browser_navigator.h
@@ -225,7 +225,7 @@ struct NavigateParams {
// Refers to which desktop this navigation should occur on. May be passed
// explicitly or inferred from an existing Browser instance.
- chrome::HostDesktopType host_desktop_type;
+ ui::HostDesktopType host_desktop_type;
// Indicates whether this navigation should replace the current
// navigation entry.

Powered by Google App Engine
This is Rietveld 408576698