| Index: chrome/browser/themes/theme_service_factory.cc | 
| diff --git a/chrome/browser/themes/theme_service_factory.cc b/chrome/browser/themes/theme_service_factory.cc | 
| index d0ba8eb5fe58efeb356e6264431f777b5c6c8f40..861614d0206ddc4a0a809502437c26be948cfe7b 100644 | 
| --- a/chrome/browser/themes/theme_service_factory.cc | 
| +++ b/chrome/browser/themes/theme_service_factory.cc | 
| @@ -18,7 +18,7 @@ | 
| // static | 
| ThemeService* ThemeServiceFactory::GetForProfile(Profile* profile) { | 
| return static_cast<ThemeService*>( | 
| -      GetInstance()->GetServiceForProfile(profile)); | 
| +      GetInstance()->GetServiceForProfile(profile, true)); | 
| } | 
|  | 
| // static | 
|  |