| Index: chrome/browser/local_discovery/service_discovery_client_mdns.cc
|
| diff --git a/chrome/browser/local_discovery/service_discovery_client_mdns.cc b/chrome/browser/local_discovery/service_discovery_client_mdns.cc
|
| index 9c857019e2dc00866ffcf1028d06a9e7393ff41e..2333b32e04efaab3fa3b7afbac769086c07856a9 100644
|
| --- a/chrome/browser/local_discovery/service_discovery_client_mdns.cc
|
| +++ b/chrome/browser/local_discovery/service_discovery_client_mdns.cc
|
| @@ -14,7 +14,7 @@
|
| #include "base/macros.h"
|
| #include "base/metrics/histogram.h"
|
| #include "base/single_thread_task_runner.h"
|
| -#include "base/thread_task_runner_handle.h"
|
| +#include "base/threading/thread_task_runner_handle.h"
|
| #include "chrome/browser/local_discovery/service_discovery_client_impl.h"
|
| #include "content/public/browser/browser_thread.h"
|
| #include "net/dns/mdns_client.h"
|
|
|