| Index: chrome/browser/browser_process_platform_part_mac.mm
|
| diff --git a/chrome/browser/browser_process_platform_part_mac.mm b/chrome/browser/browser_process_platform_part_mac.mm
|
| index 4a2df717a1893ddd85f917b47e1bdba0dcb3c121..7c40a0a248a53e70415b75697ef4debfef62849c 100644
|
| --- a/chrome/browser/browser_process_platform_part_mac.mm
|
| +++ b/chrome/browser/browser_process_platform_part_mac.mm
|
| @@ -26,7 +26,7 @@ void BrowserProcessPlatformPart::AttemptExit() {
|
| void BrowserProcessPlatformPart::PreMainMessageLoopRun() {
|
| // AppShimHostManager can not simply be reset, otherwise destroying the old
|
| // domain socket will cause the just-created socket to be unlinked.
|
| - DCHECK(!app_shim_host_manager_);
|
| + DCHECK(!app_shim_host_manager_.get());
|
| app_shim_host_manager_ = new AppShimHostManager;
|
| }
|
|
|
|
|