| 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 3002b6d9c330502b2efd3621c7c4fb07989337a1..0457b63e780cdc2e2b85e85500100ab2f04b1068 100644
|
| --- a/chrome/browser/task_manager/task_manager.cc
|
| +++ b/chrome/browser/task_manager/task_manager.cc
|
| @@ -1100,7 +1100,7 @@ void TaskManager::OpenAboutMemory() {
|
|
|
| // In case the browser window is minimized, show it. If |browser| is a
|
| // non-tabbed window, the call to OpenURL above will have opened a
|
| - // TabContents in a tabbed browser, so we need to grab it with
|
| + // TabContentsWrapper in a tabbed browser, so we need to grab it with
|
| // GetLastActive before the call to show().
|
| if (!browser->is_type_tabbed()) {
|
| browser = BrowserList::GetLastActive();
|
|
|