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

Unified Diff: chrome/browser/ui/scoped_tabbed_browser_displayer.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/scoped_tabbed_browser_displayer.cc
diff --git a/chrome/browser/ui/scoped_tabbed_browser_displayer.cc b/chrome/browser/ui/scoped_tabbed_browser_displayer.cc
index 05fac0c37507f842df5720dcb43f864fc325ce2f..eac0ff7ae51a9e21e289499a22b0cf815b7a1a12 100644
--- a/chrome/browser/ui/scoped_tabbed_browser_displayer.cc
+++ b/chrome/browser/ui/scoped_tabbed_browser_displayer.cc
@@ -12,7 +12,7 @@ namespace chrome {
ScopedTabbedBrowserDisplayer::ScopedTabbedBrowserDisplayer(
Profile* profile,
- HostDesktopType type) {
+ ui::HostDesktopType type) {
browser_ = FindTabbedBrowser(profile, false, type);
if (!browser_)
browser_ = new Browser(Browser::CreateParams(profile, type));

Powered by Google App Engine
This is Rietveld 408576698