| Index: chrome/browser/ui/cocoa/infobars/translate_infobar_unittest.mm
|
| diff --git a/chrome/browser/ui/cocoa/infobars/translate_infobar_unittest.mm b/chrome/browser/ui/cocoa/infobars/translate_infobar_unittest.mm
|
| index 113a9ca274fc9962ea62f4890562ef3428147e5b..9af09e990ecd1ed9d9f9d7133de6f33d30867d23 100644
|
| --- a/chrome/browser/ui/cocoa/infobars/translate_infobar_unittest.mm
|
| +++ b/chrome/browser/ui/cocoa/infobars/translate_infobar_unittest.mm
|
| @@ -76,7 +76,7 @@ class TranslationInfoBarTest : public CocoaProfileTest {
|
| virtual void SetUp() {
|
| CocoaProfileTest::SetUp();
|
| tab_contents_.reset(new TabContents(WebContents::Create(
|
| - profile(), NULL, MSG_ROUTING_NONE, NULL, NULL)));
|
| + profile(), NULL, MSG_ROUTING_NONE, NULL)));
|
| CreateInfoBar();
|
| }
|
|
|
|
|