| Index: chrome/browser/task_manager/task_manager.cc
|
| diff --git a/chrome/browser/task_manager/task_manager.cc b/chrome/browser/task_manager/task_manager.cc
|
| index 5552771a0c5fabc4b77b3259e093fe50e03cbe28..700456e5de75fbabce67dcddf1c0743423e8eaf6 100644
|
| --- a/chrome/browser/task_manager/task_manager.cc
|
| +++ b/chrome/browser/task_manager/task_manager.cc
|
| @@ -1530,7 +1530,7 @@ void TaskManager::OpenAboutMemory(chrome::HostDesktopType desktop_type) {
|
| chrome::NavigateParams params(
|
| ProfileManager::GetLastUsedProfileAllowedByPolicy(),
|
| GURL(chrome::kChromeUIMemoryURL),
|
| - content::PAGE_TRANSITION_LINK);
|
| + ui::PAGE_TRANSITION_LINK);
|
| params.disposition = NEW_FOREGROUND_TAB;
|
| params.host_desktop_type = desktop_type;
|
| chrome::Navigate(¶ms);
|
|
|