| Index: chrome/browser/sessions/session_service_factory.h
|
| diff --git a/chrome/browser/sessions/session_service_factory.h b/chrome/browser/sessions/session_service_factory.h
|
| index eb46e653132a97440cf9493b37a46a9fc97dd6bc..ed7b14b45ed35659b68215a3af6870bd31c1299d 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_
|
|
|