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