Index: chrome/browser/extensions/api/discovery/suggested_links_registry_factory.h |
=================================================================== |
--- chrome/browser/extensions/api/discovery/suggested_links_registry_factory.h (revision 154991) |
+++ chrome/browser/extensions/api/discovery/suggested_links_registry_factory.h (working copy) |
@@ -20,7 +20,7 @@ |
static SuggestedLinksRegistryFactory* GetInstance(); |
// Overridden from ProfileKeyedBaseFactory: |
- virtual bool ServiceIsCreatedWithProfile() OVERRIDE; |
+ virtual bool ServiceIsCreatedWithProfile() const OVERRIDE; |
private: |
friend struct DefaultSingletonTraits<SuggestedLinksRegistryFactory>; |
@@ -31,7 +31,7 @@ |
// ProfileKeyedServiceFactory: |
virtual ProfileKeyedService* BuildServiceInstanceFor( |
Profile* profile) const OVERRIDE; |
- virtual bool ServiceRedirectedInIncognito() OVERRIDE; |
+ virtual bool ServiceRedirectedInIncognito() const OVERRIDE; |
DISALLOW_COPY_AND_ASSIGN(SuggestedLinksRegistryFactory); |
}; |