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

Unified Diff: chrome/browser/local_discovery/test_service_discovery_client.h

Issue 87693002: Refactored to make MDnsSocketFactory return array of sockets. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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
« no previous file with comments | « no previous file | chrome/browser/local_discovery/test_service_discovery_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/local_discovery/test_service_discovery_client.h
diff --git a/chrome/browser/local_discovery/test_service_discovery_client.h b/chrome/browser/local_discovery/test_service_discovery_client.h
index 3d9fb81fd9275bc9d07d4131f38b329fd7f33713..92a14d9a4bc51b4eadf2697d6d7e772e18c76c07 100644
--- a/chrome/browser/local_discovery/test_service_discovery_client.h
+++ b/chrome/browser/local_discovery/test_service_discovery_client.h
@@ -38,7 +38,7 @@ class TestServiceDiscoveryClient : public ServiceDiscoverySharedClient {
~TestServiceDiscoveryClient();
// Owned by mdns_client_impl_.
- net::MockMDnsSocketFactory* mock_socket_factory_;
+ net::MockMDnsSocketFactory mock_socket_factory_;
scoped_ptr<net::MDnsClient> mdns_client_;
scoped_ptr<ServiceDiscoveryClient> service_discovery_client_impl_;
};
« no previous file with comments | « no previous file | chrome/browser/local_discovery/test_service_discovery_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698