Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4124)

Unified Diff: chrome/browser/extensions/bundle_installer.h

Issue 1336823003: Move chrome::HostDesktopType to ui::HostDesktopType (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@base_session_service_delegate_impl
Patch Set: Fix build on Mac and CrOS Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;

Powered by Google App Engine
This is Rietveld 408576698