| Index: chrome/browser/instant/instant_service_factory.h
|
| diff --git a/chrome/browser/instant/instant_service_factory.h b/chrome/browser/instant/instant_service_factory.h
|
| index 27b21f06cd3329d63c57175573c770f38ff81ed5..1a569f7d1d7676e1499fc8a23e9717fb856d7905 100644
|
| --- a/chrome/browser/instant/instant_service_factory.h
|
| +++ b/chrome/browser/instant/instant_service_factory.h
|
| @@ -32,6 +32,7 @@ class InstantServiceFactory : public ProfileKeyedServiceFactory {
|
| virtual bool ServiceRedirectedInIncognito() const OVERRIDE;
|
| virtual ProfileKeyedService* BuildServiceInstanceFor(
|
| Profile* profile) const OVERRIDE;
|
| + virtual bool ServiceIsNULLWhileTesting() const OVERRIDE;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(InstantServiceFactory);
|
| };
|
|
|