| Index: chrome/browser/intents/web_intents_registry_factory.h
|
| diff --git a/chrome/browser/intents/web_intents_registry_factory.h b/chrome/browser/intents/web_intents_registry_factory.h
|
| index 05ea36b8b2c60314bafa43ec1edb39682a519f56..7a90da8ea74c05145493ad583730661223811c67 100644
|
| --- a/chrome/browser/intents/web_intents_registry_factory.h
|
| +++ b/chrome/browser/intents/web_intents_registry_factory.h
|
| @@ -31,8 +31,9 @@ class WebIntentsRegistryFactory : public ProfileKeyedServiceFactory {
|
| virtual ~WebIntentsRegistryFactory();
|
|
|
| // ProfileKeyedServiceFactory implementation.
|
| - virtual ProfileKeyedService* BuildServiceInstanceFor(Profile* profile) const;
|
| - virtual bool ServiceRedirectedInIncognito();
|
| + virtual ProfileKeyedService* BuildServiceInstanceFor(
|
| + Profile* profile) const OVERRIDE;
|
| + virtual bool ServiceRedirectedInIncognito() OVERRIDE;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(WebIntentsRegistryFactory);
|
| };
|
|
|