| Index: chrome/tools/profiles/generate_profile.cc
|
| ===================================================================
|
| --- chrome/tools/profiles/generate_profile.cc (revision 135347)
|
| +++ chrome/tools/profiles/generate_profile.cc (working copy)
|
| @@ -234,7 +234,7 @@
|
|
|
| chrome::RegisterPathProvider();
|
| ui::RegisterPathProvider();
|
| - ResourceBundle::InitSharedInstanceWithLocale("en-US");
|
| + ResourceBundle::InitSharedInstanceWithLocale("en-US", NULL);
|
| scoped_ptr<content::NotificationService> notification_service(
|
| content::NotificationService::Create());
|
| MessageLoopForUI message_loop;
|
|
|