Index: chrome/browser/tab_contents/test_tab_contents.cc |
diff --git a/chrome/browser/tab_contents/test_tab_contents.cc b/chrome/browser/tab_contents/test_tab_contents.cc |
index 2c1ba39429f8a94e86429c405bccfac162bdd6bf..ab6a325bb20d7a4891dfe625fb07255e0ad43423 100644 |
--- a/chrome/browser/tab_contents/test_tab_contents.cc |
+++ b/chrome/browser/tab_contents/test_tab_contents.cc |
@@ -13,7 +13,7 @@ |
#include "chrome/common/notification_service.h" |
TestTabContents::TestTabContents(Profile* profile, SiteInstance* instance) |
- : TabContents(profile, instance, MSG_ROUTING_NONE, NULL), |
+ : TabContents(profile, instance, MSG_ROUTING_NONE, NULL, NULL), |
transition_cross_site(false) { |
// Listen for infobar events so we can call InfoBarClosed() on the infobar |
// delegates and give them an opportunity to delete themselves. (Since we |