Chromium Code Reviews| Index: chrome/browser/sessions/session_service_factory.cc |
| =================================================================== |
| --- chrome/browser/sessions/session_service_factory.cc (revision 154991) |
| +++ chrome/browser/sessions/session_service_factory.cc (working copy) |
| @@ -65,10 +65,10 @@ |
| return service; |
| } |
| -bool SessionServiceFactory::ServiceIsCreatedWithProfile() { |
| +bool SessionServiceFactory::ServiceIsCreatedWithProfile() const { |
| return true; |
| } |
| -bool SessionServiceFactory::ServiceIsNULLWhileTesting() { |
| +bool SessionServiceFactory::ServiceIsNULLWhileTesting() const { |
| return true; |
| } |