| Index: content/shell/shell_content_browser_client.cc
|
| diff --git a/content/shell/shell_content_browser_client.cc b/content/shell/shell_content_browser_client.cc
|
| index 588e0027d84a0f84be88862814db313b90811d35..ae06ea7c146b9a945e0636a16bbe9f302efbd551 100644
|
| --- a/content/shell/shell_content_browser_client.cc
|
| +++ b/content/shell/shell_content_browser_client.cc
|
| @@ -7,6 +7,7 @@
|
| #include "base/command_line.h"
|
| #include "base/file_path.h"
|
| #include "content/shell/shell.h"
|
| +#include "content/shell/shell_browser_context.h"
|
| #include "content/shell/shell_browser_main_parts.h"
|
| #include "content/shell/shell_devtools_delegate.h"
|
| #include "content/shell/shell_render_view_host_observer.h"
|
| @@ -348,7 +349,7 @@ crypto::CryptoModuleBlockingPasswordDelegate*
|
| #endif
|
|
|
| ShellBrowserContext* ShellContentBrowserClient::browser_context() {
|
| - return shell_browser_main_parts_->browser_context();
|
| + return ShellBrowserContext::GetInstance();
|
| }
|
|
|
| } // namespace content
|
|
|