| Index: chrome/browser/ui/fullscreen/fullscreen_controller_test.cc
|
| diff --git a/chrome/browser/ui/fullscreen/fullscreen_controller_test.cc b/chrome/browser/ui/fullscreen/fullscreen_controller_test.cc
|
| index ea26d7b8758bf34ec6bd9b73df488a9e9518be4c..1880eee74cac49977634f995219ac92224d6dbd2 100644
|
| --- a/chrome/browser/ui/fullscreen/fullscreen_controller_test.cc
|
| +++ b/chrome/browser/ui/fullscreen/fullscreen_controller_test.cc
|
| @@ -86,7 +86,7 @@ void FullscreenControllerTest::DenyCurrentFullscreenOrMouseLockRequest() {
|
|
|
| void FullscreenControllerTest::GoBack() {
|
| content::TestNavigationObserver observer(
|
| - content::NotificationService::AllSources(), NULL, 1);
|
| + content::NotificationService::AllSources(), 1);
|
|
|
| chrome::GoBack(browser(), CURRENT_TAB);
|
|
|
| @@ -95,7 +95,7 @@ void FullscreenControllerTest::GoBack() {
|
|
|
| void FullscreenControllerTest::Reload() {
|
| content::TestNavigationObserver observer(
|
| - content::NotificationService::AllSources(), NULL, 1);
|
| + content::NotificationService::AllSources(), 1);
|
|
|
| chrome::Reload(browser(), CURRENT_TAB);
|
|
|
|
|