| Index: chrome/browser/instant/instant_service_factory.cc
 | 
| diff --git a/chrome/browser/instant/instant_service_factory.cc b/chrome/browser/instant/instant_service_factory.cc
 | 
| index f24cdf582187ad4faecca1f73b4856cda4392735..0edac14686ddb537fbbecdb626a5f02f35179043 100644
 | 
| --- a/chrome/browser/instant/instant_service_factory.cc
 | 
| +++ b/chrome/browser/instant/instant_service_factory.cc
 | 
| @@ -33,5 +33,5 @@ bool InstantServiceFactory::ServiceRedirectedInIncognito() const {
 | 
|  
 | 
|  ProfileKeyedService* InstantServiceFactory::BuildServiceInstanceFor(
 | 
|      Profile* profile) const {
 | 
| -  return new InstantService;
 | 
| +  return new InstantService(profile);
 | 
|  }
 | 
| 
 |