Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(424)

Unified Diff: chrome/browser/browser_process_platform_part_mac.mm

Issue 591493002: Remove implicit conversions from scoped_refptr to T* in chrome/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Formatting Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
}
« no previous file with comments | « chrome/browser/app_controller_mac.mm ('k') | chrome/browser/local_discovery/service_discovery_client_mac_unittest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698