| Index: chrome/browser/extensions/bundle_installer.h
|
| diff --git a/chrome/browser/extensions/bundle_installer.h b/chrome/browser/extensions/bundle_installer.h
|
| index 61bf273aeb05f322ce13810cb9b8138891fafadf..af17a34197af8fc46726259ca6bad38283d84424 100644
|
| --- a/chrome/browser/extensions/bundle_installer.h
|
| +++ b/chrome/browser/extensions/bundle_installer.h
|
| @@ -199,7 +199,7 @@ class BundleInstaller : public WebstoreInstallHelper::Delegate,
|
| std::string delegated_username_;
|
|
|
| // The desktop type of the browser.
|
| - chrome::HostDesktopType host_desktop_type_;
|
| + ui::HostDesktopType host_desktop_type_;
|
|
|
| // The profile that the bundle should be installed in.
|
| Profile* profile_;
|
|
|