Index: chrome/browser/sessions/tab_restore_service_factory.h |
=================================================================== |
--- chrome/browser/sessions/tab_restore_service_factory.h (revision 154991) |
+++ chrome/browser/sessions/tab_restore_service_factory.h (working copy) |
@@ -31,7 +31,7 @@ |
// ProfileKeyedServiceFactory: |
virtual ProfileKeyedService* BuildServiceInstanceFor( |
Profile* profile) const OVERRIDE; |
- virtual bool ServiceIsNULLWhileTesting() OVERRIDE; |
+ virtual bool ServiceIsNULLWhileTesting() const OVERRIDE; |
}; |
#endif // CHROME_BROWSER_SESSIONS_TAB_RESTORE_SERVICE_FACTORY_H_ |