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

Unified Diff: chrome/browser/local_discovery/service_discovery_client_mac_unittest.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/local_discovery/service_discovery_client_mac_unittest.mm
diff --git a/chrome/browser/local_discovery/service_discovery_client_mac_unittest.mm b/chrome/browser/local_discovery/service_discovery_client_mac_unittest.mm
index 6e5f66adac8fd2ff7351cbd98bcec3ddbc95064e..4cf4557ea065a6b2e7cfee27add3e524a41f0441 100644
--- a/chrome/browser/local_discovery/service_discovery_client_mac_unittest.mm
+++ b/chrome/browser/local_discovery/service_discovery_client_mac_unittest.mm
@@ -44,7 +44,7 @@ class ServiceDiscoveryClientMacTest : public CocoaTest {
public:
ServiceDiscoveryClientMacTest() : num_updates_(0), num_resolves_(0) {
client_mac_ = new ServiceDiscoveryClientMac();
- client_ = client_mac_;
+ client_ = client_mac_.get();
}
void OnServiceUpdated(
« no previous file with comments | « chrome/browser/browser_process_platform_part_mac.mm ('k') | chrome/browser/media_galleries/fileapi/picasa_data_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698