| Index: net/dns/mock_host_resolver.h
|
| diff --git a/net/dns/mock_host_resolver.h b/net/dns/mock_host_resolver.h
|
| index 6920ae7842aaf8fde9a6024bcff3fad6f4f6fa36..71f557ea080664f8ba998282c30d34914aea0e0a 100644
|
| --- a/net/dns/mock_host_resolver.h
|
| +++ b/net/dns/mock_host_resolver.h
|
| @@ -5,9 +5,12 @@
|
| #ifndef NET_DNS_MOCK_HOST_RESOLVER_H_
|
| #define NET_DNS_MOCK_HOST_RESOLVER_H_
|
|
|
| +#include <stddef.h>
|
| +
|
| #include <list>
|
| #include <map>
|
|
|
| +#include "base/macros.h"
|
| #include "base/memory/weak_ptr.h"
|
| #include "base/synchronization/lock.h"
|
| #include "base/synchronization/waitable_event.h"
|
|
|