Index: chrome/browser/automation/automation_tab_helper_unittest.cc |
=================================================================== |
--- chrome/browser/automation/automation_tab_helper_unittest.cc (revision 147723) |
+++ chrome/browser/automation/automation_tab_helper_unittest.cc (working copy) |
@@ -31,11 +31,11 @@ |
// These are here so that we don't have to add each test as a |
// |AutomationTabHelper| friend. |
void StartLoading() { |
- tab_helper()->DidStartLoading(); |
+ tab_helper()->DidStartLoading(NULL); |
} |
void StopLoading() { |
- tab_helper()->DidStopLoading(); |
+ tab_helper()->DidStopLoading(NULL); |
} |
void TabContentsDestroyed() { |