| Index: chrome/browser/app_controller_mac.mm
|
| diff --git a/chrome/browser/app_controller_mac.mm b/chrome/browser/app_controller_mac.mm
|
| index 2e47a84e37151496b41a1b15afb4bcf7c7a3b66d..3203fbd683606494d620facb353ec8524b3171c6 100644
|
| --- a/chrome/browser/app_controller_mac.mm
|
| +++ b/chrome/browser/app_controller_mac.mm
|
| @@ -877,7 +877,7 @@ class AppControllerProfileObserver : public ProfileInfoCacheObserver {
|
| // Checks with the TabRestoreService to see if there's anything there to
|
| // restore and returns YES if so.
|
| - (BOOL)canRestoreTab {
|
| - TabRestoreService* service =
|
| + sessions::TabRestoreService* service =
|
| TabRestoreServiceFactory::GetForProfile([self lastProfile]);
|
| return service && !service->entries().empty();
|
| }
|
|
|