| Index: chrome/browser/ui/search/instant_test_utils.cc
|
| diff --git a/chrome/browser/ui/search/instant_test_utils.cc b/chrome/browser/ui/search/instant_test_utils.cc
|
| index 67d1d1960d9fae492e639aa7103e45f309c4eea0..c576e37791ff4bbdbbeac9d9e2bb30bf08c89e2d 100644
|
| --- a/chrome/browser/ui/search/instant_test_utils.cc
|
| +++ b/chrome/browser/ui/search/instant_test_utils.cc
|
| @@ -61,7 +61,7 @@ void InstantTestBase::SetupInstant(Browser* browser) {
|
| InstantService* instant_service =
|
| InstantServiceFactory::GetForProfile(browser_->profile());
|
| ASSERT_NE(static_cast<InstantService*>(NULL), instant_service);
|
| - instant_service->ntp_prerenderer()->ReloadStaleNTP();
|
| + instant_service->ntp_prerenderer()->ReloadInstantNTP();
|
| }
|
|
|
| void InstantTestBase::SetInstantURL(const std::string& url) {
|
|
|