Index: chrome/browser/ui/tabs/pinned_tab_service_factory.h |
=================================================================== |
--- chrome/browser/ui/tabs/pinned_tab_service_factory.h (revision 154991) |
+++ chrome/browser/ui/tabs/pinned_tab_service_factory.h (working copy) |
@@ -31,8 +31,8 @@ |
// ProfileKeyedServiceFactory: |
virtual ProfileKeyedService* BuildServiceInstanceFor( |
Profile* profile) const OVERRIDE; |
- virtual bool ServiceIsCreatedWithProfile() OVERRIDE; |
- virtual bool ServiceIsNULLWhileTesting() OVERRIDE; |
+ virtual bool ServiceIsCreatedWithProfile() const OVERRIDE; |
+ virtual bool ServiceIsNULLWhileTesting() const OVERRIDE; |
}; |
#endif // CHROME_BROWSER_UI_TABS_PINNED_TAB_SERVICE_FACTORY_H_ |