Chromium Code Reviews| Index: chrome/browser/themes/theme_service_factory.cc |
| =================================================================== |
| --- chrome/browser/themes/theme_service_factory.cc (revision 154991) |
| +++ chrome/browser/themes/theme_service_factory.cc (working copy) |
| @@ -78,6 +78,6 @@ |
| PrefService::UNSYNCABLE_PREF); |
| } |
| -bool ThemeServiceFactory::ServiceRedirectedInIncognito() { |
| +bool ThemeServiceFactory::ServiceRedirectedInIncognito() const { |
| return true; |
| } |