| 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..6f2a2ef025de89a35d3bc8f7424c0aff89e5f862 100644
|
| --- a/chrome/browser/ui/startup/default_browser_prompt.h
|
| +++ b/chrome/browser/ui/startup/default_browser_prompt.h
|
| @@ -15,7 +15,8 @@ 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,
|
| + ui::HostDesktopType desktop_type);
|
|
|
| // Shows a prompt UI to set the default browser on first run
|
| // (if necessary and permitted). Returns true if the dialog has been launched.
|
|
|