summaryrefslogtreecommitdiffstats
path: root/chrome/browser/sessions/session_service_factory.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/sessions/session_service_factory.h')
-rw-r--r--chrome/browser/sessions/session_service_factory.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/chrome/browser/sessions/session_service_factory.h b/chrome/browser/sessions/session_service_factory.h
index eb46e653..ed7b14b 100644
--- a/chrome/browser/sessions/session_service_factory.h
+++ b/chrome/browser/sessions/session_service_factory.h
@@ -54,9 +54,10 @@ class SessionServiceFactory : public ProfileKeyedServiceFactory {
virtual ~SessionServiceFactory();
// ProfileKeyedServiceFactory:
- virtual ProfileKeyedService* BuildServiceInstanceFor(Profile* profile) const;
- virtual bool ServiceIsCreatedWithProfile();
- virtual bool ServiceIsNULLWhileTesting();
+ virtual ProfileKeyedService* BuildServiceInstanceFor(
+ Profile* profile) const OVERRIDE;
+ virtual bool ServiceIsCreatedWithProfile() OVERRIDE;
+ virtual bool ServiceIsNULLWhileTesting() OVERRIDE;
};
#endif // CHROME_BROWSER_SESSIONS_SESSION_SERVICE_FACTORY_H_