| Index: chrome/browser/task_manager/task_manager_browsertest.cc
|
| ===================================================================
|
| --- chrome/browser/task_manager/task_manager_browsertest.cc (revision 65581)
|
| +++ chrome/browser/task_manager/task_manager_browsertest.cc (working copy)
|
| @@ -170,9 +170,9 @@
|
| WaitForResourceChange(3);
|
| notifications->Add(n2, browser()->profile());
|
| WaitForResourceChange(4);
|
| - notifications->Cancel(n1);
|
| + notifications->CancelById(n1.notification_id());
|
| WaitForResourceChange(3);
|
| - notifications->Cancel(n2);
|
| + notifications->CancelById(n2.notification_id());
|
| WaitForResourceChange(2);
|
| }
|
|
|
|
|