| Index: chrome/browser/performance_monitor/performance_monitor_browsertest.cc
|
| diff --git a/chrome/browser/performance_monitor/performance_monitor_browsertest.cc b/chrome/browser/performance_monitor/performance_monitor_browsertest.cc
|
| index 93821696b042824857fb95ff439187f0d963d765..75bd3cdfc193a20d2546a2b4225c51589a5c0a89 100644
|
| --- a/chrome/browser/performance_monitor/performance_monitor_browsertest.cc
|
| +++ b/chrome/browser/performance_monitor/performance_monitor_browsertest.cc
|
| @@ -369,7 +369,7 @@ class PerformanceMonitorSessionRestoreBrowserTest
|
| // Create a new window, which should trigger session restore.
|
| ui_test_utils::BrowserAddedObserver window_observer;
|
| content::TestNavigationObserver navigation_observer(
|
| - content::NotificationService::AllSources(), NULL, expected_tab_count);
|
| + content::NotificationService::AllSources(), expected_tab_count);
|
| chrome::NewEmptyWindow(profile, chrome::HOST_DESKTOP_TYPE_NATIVE);
|
| Browser* new_browser = window_observer.WaitForSingleNewBrowser();
|
| navigation_observer.Wait();
|
|
|