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

Unified Diff: chrome/browser/ui/scoped_tabbed_browser_displayer.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/scoped_tabbed_browser_displayer.h
diff --git a/chrome/browser/ui/scoped_tabbed_browser_displayer.h b/chrome/browser/ui/scoped_tabbed_browser_displayer.h
index 996b843f1c4a4587b903d5aed49fa6b72b7028b8..6445fdbdac5051b51a38f40bc00665da0cf73655 100644
--- a/chrome/browser/ui/scoped_tabbed_browser_displayer.h
+++ b/chrome/browser/ui/scoped_tabbed_browser_displayer.h
@@ -19,7 +19,7 @@ namespace chrome {
// activated by the time that ScopedTabbedBrowserDisplayer goes out of scope.
class ScopedTabbedBrowserDisplayer {
public:
- ScopedTabbedBrowserDisplayer(Profile* profile, HostDesktopType type);
+ ScopedTabbedBrowserDisplayer(Profile* profile, ui::HostDesktopType type);
~ScopedTabbedBrowserDisplayer();
Browser* browser() {

Powered by Google App Engine
This is Rietveld 408576698