| Index: chrome/browser/chrome_main_browsertest.cc
|
| diff --git a/chrome/browser/chrome_main_browsertest.cc b/chrome/browser/chrome_main_browsertest.cc
|
| index e71bd10b4c1cc3793d8e32cbc31b7cd130faba70..5b8d1647e4fe918a35d0f681719ff902fa2b6e2a 100644
|
| --- a/chrome/browser/chrome_main_browsertest.cc
|
| +++ b/chrome/browser/chrome_main_browsertest.cc
|
| @@ -126,7 +126,7 @@ IN_PROC_BROWSER_TEST_F(ChromeMainTest, SecondLaunchFromIncognitoWithNormalUrl) {
|
|
|
| // Close the first window.
|
| Profile* profile = browser()->profile();
|
| - chrome::HostDesktopType host_desktop_type = browser()->host_desktop_type();
|
| + ui::HostDesktopType host_desktop_type = browser()->host_desktop_type();
|
| content::WindowedNotificationObserver observer(
|
| chrome::NOTIFICATION_BROWSER_CLOSED,
|
| content::NotificationService::AllSources());
|
|
|