Index: chrome/browser/local_discovery/service_discovery_host_client.h |
diff --git a/chrome/browser/local_discovery/service_discovery_host_client.h b/chrome/browser/local_discovery/service_discovery_host_client.h |
index 1e6a9bd64f9ace936c6699a94661ed155eee35f5..dbb7071788cdf4e7d05cf59888be73f458253876 100644 |
--- a/chrome/browser/local_discovery/service_discovery_host_client.h |
+++ b/chrome/browser/local_discovery/service_discovery_host_client.h |
@@ -126,6 +126,7 @@ class ServiceDiscoveryHostClient |
ResolverCallbacks service_resolver_callbacks_; |
DomainResolverCallbacks domain_resolver_callbacks_; |
scoped_refptr<base::TaskRunner> callback_runner_; |
+ scoped_refptr<base::TaskRunner> io_runner_; |
DISALLOW_COPY_AND_ASSIGN(ServiceDiscoveryHostClient); |
}; |