Index: chrome/browser/sessions/tab_restore_service.h |
diff --git a/chrome/browser/sessions/tab_restore_service.h b/chrome/browser/sessions/tab_restore_service.h |
index ccf2d2ab73c452b11edd6e18d7841d9fc3750a19..2123288a9fb587884c40a3f63d5b588222f15bb6 100644 |
--- a/chrome/browser/sessions/tab_restore_service.h |
+++ b/chrome/browser/sessions/tab_restore_service.h |
@@ -159,7 +159,7 @@ class TabRestoreService : public KeyedService { |
// the WebContents of the restored tab(s). |
virtual std::vector<content::WebContents*> RestoreMostRecentEntry( |
TabRestoreServiceDelegate* delegate, |
- chrome::HostDesktopType host_desktop_type) = 0; |
+ ui::HostDesktopType host_desktop_type) = 0; |
// Removes the Tab with id |id| from the list and returns it; ownership is |
// passed to the caller. |
@@ -175,7 +175,7 @@ class TabRestoreService : public KeyedService { |
virtual std::vector<content::WebContents*> RestoreEntryById( |
TabRestoreServiceDelegate* delegate, |
SessionID::id_type id, |
- chrome::HostDesktopType host_desktop_type, |
+ ui::HostDesktopType host_desktop_type, |
WindowOpenDisposition disposition) = 0; |
// Loads the tabs and previous session. This does nothing if the tabs |