| Index: content/shell/shell_main_delegate.cc
|
| diff --git a/content/shell/shell_main_delegate.cc b/content/shell/shell_main_delegate.cc
|
| index 520cfe98a2e82baad0391cc415d1d66e7b5cb0f8..afcbebf4fa6b8ce573256ab3f31e6ffb1f2d751c 100644
|
| --- a/content/shell/shell_main_delegate.cc
|
| +++ b/content/shell/shell_main_delegate.cc
|
| @@ -104,7 +104,7 @@ void ShellMainDelegate::InitializeResourceBundle() {
|
|
|
| pak_file = pak_dir.Append(FILE_PATH_LITERAL("content_shell.pak"));
|
| #endif
|
| - ui::ResourceBundle::InitSharedInstanceWithPakFile(pak_file);
|
| + ui::ResourceBundle::InitSharedInstanceWithPakPath(pak_file);
|
| }
|
|
|
| content::ContentBrowserClient* ShellMainDelegate::CreateContentBrowserClient() {
|
|
|