| Index: chrome/browser/ui/browser_window.h
|
| diff --git a/chrome/browser/ui/browser_window.h b/chrome/browser/ui/browser_window.h
|
| index afbddd2b2dca65eb7c9ba0a31fe371fd2cfaa3c2..0009c517b855db96c716bd5641b90400e924b533 100644
|
| --- a/chrome/browser/ui/browser_window.h
|
| +++ b/chrome/browser/ui/browser_window.h
|
| @@ -362,11 +362,13 @@ class BrowserWindow : public ui::BaseWindow {
|
| // Construct a BrowserWindow implementation for the specified |browser|.
|
| static BrowserWindow* CreateBrowserWindow(Browser* browser);
|
|
|
| - // Returns a HostDesktopType that is compatible with the current Chrome window
|
| - // configuration. On Windows with Ash, this is always HOST_DESKTOP_TYPE_ASH
|
| + // Returns a ui::HostDesktopType that is compatible with the current Chrome
|
| + // window
|
| + // configuration. On Windows with Ash, this is always
|
| + // ui::HOST_DESKTOP_TYPE_ASH
|
| // while Chrome is running in Metro mode. Otherwise returns |desktop_type|.
|
| - static chrome::HostDesktopType AdjustHostDesktopType(
|
| - chrome::HostDesktopType desktop_type);
|
| + static ui::HostDesktopType AdjustHostDesktopType(
|
| + ui::HostDesktopType desktop_type);
|
|
|
| // Shows the avatar bubble on the window frame off of the avatar button with
|
| // the given mode. The Service Type specified by GAIA is provided as well.
|
|
|