| Index: chrome/browser/ui/ash/chrome_new_window_delegate.cc
|
| diff --git a/chrome/browser/ui/ash/chrome_new_window_delegate.cc b/chrome/browser/ui/ash/chrome_new_window_delegate.cc
|
| index 8938afc54cd12b6cb555889beacb4a9f621aac82..b0689d930f5b07ff3f3eee30d5140840df67f8e0 100644
|
| --- a/chrome/browser/ui/ash/chrome_new_window_delegate.cc
|
| +++ b/chrome/browser/ui/ash/chrome_new_window_delegate.cc
|
| @@ -22,7 +22,7 @@ namespace {
|
| void RestoreTabUsingProfile(Profile* profile) {
|
| sessions::TabRestoreService* service =
|
| TabRestoreServiceFactory::GetForProfile(profile);
|
| - service->RestoreMostRecentEntry(NULL, chrome::HOST_DESKTOP_TYPE_ASH);
|
| + service->RestoreMostRecentEntry(nullptr);
|
| }
|
|
|
| // Returns the browser for the active window, if any.
|
|
|