| Index: chrome/browser/webdata/web_data_service_factory.h
|
| diff --git a/chrome/browser/webdata/web_data_service_factory.h b/chrome/browser/webdata/web_data_service_factory.h
|
| index c77d056e01c188afd8ffebd5774836e2df9aeaa3..c448ba8bb0a6f0c4dbfa5901c580ab68bf416ae5 100644
|
| --- a/chrome/browser/webdata/web_data_service_factory.h
|
| +++ b/chrome/browser/webdata/web_data_service_factory.h
|
| @@ -36,7 +36,7 @@ class WebDataServiceFactory : public RefcountedProfileKeyedServiceFactory {
|
| // |ProfileKeyedBaseFactory| methods:
|
| virtual bool ServiceRedirectedInIncognito() const OVERRIDE;
|
| virtual scoped_refptr<RefcountedProfileKeyedService> BuildServiceInstanceFor(
|
| - Profile* profile) const OVERRIDE;
|
| + Profile* profile) const OVERRIDE;
|
| virtual bool ServiceIsNULLWhileTesting() const OVERRIDE;
|
| };
|
|
|
|
|