diff options
Diffstat (limited to 'chrome/browser/sync/test/integration/sync_test.cc')
-rw-r--r-- | chrome/browser/sync/test/integration/sync_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/sync/test/integration/sync_test.cc b/chrome/browser/sync/test/integration/sync_test.cc index 05fca77..8bab5a9 100644 --- a/chrome/browser/sync/test/integration/sync_test.cc +++ b/chrome/browser/sync/test/integration/sync_test.cc @@ -281,7 +281,7 @@ void SyncTest::InitializeInstance(int index) { EXPECT_FALSE(GetProfile(index) == NULL) << "Could not create Profile " << index << "."; - browsers_[index] = Browser::Create(GetProfile(index)); + browsers_[index] = new Browser(Browser::CreateParams(GetProfile(index))); EXPECT_FALSE(GetBrowser(index) == NULL) << "Could not create Browser " << index << "."; |