| Index: chrome/browser/sessions/in_memory_tab_restore_service.cc
|
| diff --git a/chrome/browser/sessions/in_memory_tab_restore_service.cc b/chrome/browser/sessions/in_memory_tab_restore_service.cc
|
| index 46c3310462422f8c48a49d6fe75438b163e191fc..054ab1d718385abfa7bace842be300839d06185a 100644
|
| --- a/chrome/browser/sessions/in_memory_tab_restore_service.cc
|
| +++ b/chrome/browser/sessions/in_memory_tab_restore_service.cc
|
| @@ -54,7 +54,7 @@ const TabRestoreService::Entries& InMemoryTabRestoreService::entries() const {
|
| std::vector<content::WebContents*>
|
| InMemoryTabRestoreService::RestoreMostRecentEntry(
|
| TabRestoreServiceDelegate* delegate,
|
| - chrome::HostDesktopType host_desktop_type) {
|
| + ui::HostDesktopType host_desktop_type) {
|
| return helper_.RestoreMostRecentEntry(delegate, host_desktop_type);
|
| }
|
|
|
| @@ -66,7 +66,7 @@ TabRestoreService::Tab* InMemoryTabRestoreService::RemoveTabEntryById(
|
| std::vector<content::WebContents*> InMemoryTabRestoreService::RestoreEntryById(
|
| TabRestoreServiceDelegate* delegate,
|
| SessionID::id_type id,
|
| - chrome::HostDesktopType host_desktop_type,
|
| + ui::HostDesktopType host_desktop_type,
|
| WindowOpenDisposition disposition) {
|
| return helper_.RestoreEntryById(delegate, id, host_desktop_type, disposition);
|
| }
|
|
|