Index: chrome/browser/ui/startup/default_browser_prompt.h |
diff --git a/chrome/browser/ui/startup/default_browser_prompt.h b/chrome/browser/ui/startup/default_browser_prompt.h |
index 6cd7c57ba06488ac540669252e75592d1288d463..d009d57653a8ff876915762f759e6341f5f46478 100644 |
--- a/chrome/browser/ui/startup/default_browser_prompt.h |
+++ b/chrome/browser/ui/startup/default_browser_prompt.h |
@@ -5,8 +5,6 @@ |
#ifndef CHROME_BROWSER_UI_STARTUP_DEFAULT_BROWSER_PROMPT_H_ |
#define CHROME_BROWSER_UI_STARTUP_DEFAULT_BROWSER_PROMPT_H_ |
-#include "chrome/browser/ui/host_desktop.h" |
- |
class PrefRegistrySimple; |
class Profile; |
@@ -15,7 +13,7 @@ namespace chrome { |
void RegisterDefaultBrowserPromptPrefs(PrefRegistrySimple* registry); |
// Shows a prompt UI to set the default browser if necessary. |
-void ShowDefaultBrowserPrompt(Profile* profile, HostDesktopType desktop_type); |
+void ShowDefaultBrowserPrompt(Profile* profile); |
// Shows a prompt UI to set the default browser on first run |
// (if necessary and permitted). Returns true if the dialog has been launched. |