| Index: chrome/test/base/browser_with_test_window_test.h
|
| diff --git a/chrome/test/base/browser_with_test_window_test.h b/chrome/test/base/browser_with_test_window_test.h
|
| index 6d0788d6270358d34d95fa6898a01217c033020b..9a83fb19c1ac9265ed4a972cd56fe9715c9d09b6 100644
|
| --- a/chrome/test/base/browser_with_test_window_test.h
|
| +++ b/chrome/test/base/browser_with_test_window_test.h
|
| @@ -75,7 +75,7 @@ class BrowserWithTestWindowTest : public testing::Test {
|
| // Creates a BrowserWithTestWindowTest for which the initial window will be
|
| // the specified type.
|
| BrowserWithTestWindowTest(Browser::Type browser_type,
|
| - chrome::HostDesktopType host_desktop_type,
|
| + ui::HostDesktopType host_desktop_type,
|
| bool hosted_app);
|
|
|
| ~BrowserWithTestWindowTest() override;
|
| @@ -147,7 +147,7 @@ class BrowserWithTestWindowTest : public testing::Test {
|
| virtual Browser* CreateBrowser(Profile* profile,
|
| Browser::Type browser_type,
|
| bool hosted_app,
|
| - chrome::HostDesktopType host_desktop_type,
|
| + ui::HostDesktopType host_desktop_type,
|
| BrowserWindow* browser_window);
|
|
|
| private:
|
| @@ -186,7 +186,7 @@ class BrowserWithTestWindowTest : public testing::Test {
|
| Browser::Type browser_type_;
|
|
|
| // The desktop to create the initial window on.
|
| - chrome::HostDesktopType host_desktop_type_;
|
| + ui::HostDesktopType host_desktop_type_;
|
|
|
| // Whether the browser is part of a hosted app.
|
| bool hosted_app_;
|
|
|