| Index: chrome/browser/visitedlink/visitedlink_master_factory.h
|
| diff --git a/chrome/browser/visitedlink/visitedlink_master_factory.h b/chrome/browser/visitedlink/visitedlink_master_factory.h
|
| index b1dea0be31329aa3c6e683e1e1e196940e364f5d..d2f867c39d88a54d6b41e169d16a9258ceb618f4 100644
|
| --- a/chrome/browser/visitedlink/visitedlink_master_factory.h
|
| +++ b/chrome/browser/visitedlink/visitedlink_master_factory.h
|
| @@ -30,6 +30,7 @@ class VisitedLinkMasterFactory : public ProfileKeyedServiceFactory {
|
| // ProfileKeyedServiceFactory:
|
| virtual ProfileKeyedService* BuildServiceInstanceFor(
|
| Profile* profile) const OVERRIDE;
|
| + virtual bool ServiceIsCreatedWithProfile() const OVERRIDE;
|
| virtual bool ServiceIsNULLWhileTesting() const OVERRIDE;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(VisitedLinkMasterFactory);
|
|
|