| Index: chrome/browser/local_discovery/privet_notifications_factory.h
|
| diff --git a/chrome/browser/local_discovery/privet_notifications_factory.h b/chrome/browser/local_discovery/privet_notifications_factory.h
|
| index cdff6d2372aa20eefff7dfaf2cd616c423ca31a2..6ea7710b03273a6da74751278cc1e478efefd008 100644
|
| --- a/chrome/browser/local_discovery/privet_notifications_factory.h
|
| +++ b/chrome/browser/local_discovery/privet_notifications_factory.h
|
| @@ -26,6 +26,7 @@ class PrivetNotificationServiceFactory
|
| virtual BrowserContextKeyedService* BuildServiceInstanceFor(
|
| content::BrowserContext* profile) const OVERRIDE;
|
| virtual bool ServiceIsCreatedWithBrowserContext() const OVERRIDE;
|
| + virtual bool ServiceIsNULLWhileTesting() const OVERRIDE;
|
| };
|
|
|
| } // namespace local_discovery
|
|
|