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

Unified Diff: chrome/browser/ui/webui/options/options_handlers_helper.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/webui/options/options_handlers_helper.h
diff --git a/chrome/browser/ui/webui/options/options_handlers_helper.h b/chrome/browser/ui/webui/options/options_handlers_helper.h
index 493db5e3ca064fd727366695ce41b403b98f3f3b..65f5e8f6e5cd0daba9acb982c832613b1dbd45b8 100644
--- a/chrome/browser/ui/webui/options/options_handlers_helper.h
+++ b/chrome/browser/ui/webui/options/options_handlers_helper.h
@@ -17,9 +17,9 @@ namespace options {
namespace helper {
// Returns the current desktop type.
-chrome::HostDesktopType GetDesktopType(content::WebUI* web_ui);
+ui::HostDesktopType GetDesktopType(content::WebUI* web_ui);
-void OpenNewWindowForProfile(chrome::HostDesktopType desktop_type,
+void OpenNewWindowForProfile(ui::HostDesktopType desktop_type,
Profile* profile,
Profile::CreateStatus status);

Powered by Google App Engine
This is Rietveld 408576698