Index: chrome/browser/google/google_url_tracker_unittest.cc |
=================================================================== |
--- chrome/browser/google/google_url_tracker_unittest.cc (revision 86331) |
+++ chrome/browser/google/google_url_tracker_unittest.cc (working copy) |
@@ -67,7 +67,7 @@ |
virtual ~TestInfoBarDelegate(); |
// InfoBarDelegate: |
- virtual InfoBar* CreateInfoBar(); |
+ virtual InfoBar* CreateInfoBar(TabContentsWrapper* owner); |
GoogleURLTracker* google_url_tracker_; |
GURL new_google_url_; |
@@ -83,7 +83,7 @@ |
TestInfoBarDelegate::~TestInfoBarDelegate() { |
} |
-InfoBar* TestInfoBarDelegate::CreateInfoBar() { |
+InfoBar* TestInfoBarDelegate::CreateInfoBar(TabContentsWrapper* owner) { |
return NULL; |
} |