| Index: chrome/browser/apps/install_chrome_app.cc
|
| diff --git a/chrome/browser/apps/install_chrome_app.cc b/chrome/browser/apps/install_chrome_app.cc
|
| index 167e8d5c6bfabad797996e2695843dc598d69834..a755fbf35c7cafa7b5ff534e23ad1f3604d12f2e 100644
|
| --- a/chrome/browser/apps/install_chrome_app.cc
|
| +++ b/chrome/browser/apps/install_chrome_app.cc
|
| @@ -81,7 +81,7 @@ void InstallChromeApp(const std::string& app_id) {
|
| // startup URLs, so a browser is guaranteed to be created. If that changes we
|
| // may need to start a browser or browser session here.
|
| Browser* browser =
|
| - BrowserList::GetInstance(chrome::HOST_DESKTOP_TYPE_NATIVE)->get(0);
|
| + BrowserList::GetInstance(ui::HOST_DESKTOP_TYPE_NATIVE)->get(0);
|
| DCHECK(browser);
|
|
|
| content::OpenURLParams params(GetAppInstallUrl(app_id),
|
|
|