| Index: net/proxy/proxy_service.h
|
| diff --git a/net/proxy/proxy_service.h b/net/proxy/proxy_service.h
|
| index da4e9706fd5a5efeb99acc1ae6ff10acf89e740f..e71fe9b9c0fe67ff7d9b8abbf69ce613860b4880 100644
|
| --- a/net/proxy/proxy_service.h
|
| +++ b/net/proxy/proxy_service.h
|
| @@ -5,11 +5,14 @@
|
| #ifndef NET_PROXY_PROXY_SERVICE_H_
|
| #define NET_PROXY_PROXY_SERVICE_H_
|
|
|
| +#include <stddef.h>
|
| +
|
| #include <set>
|
| #include <string>
|
| #include <vector>
|
|
|
| #include "base/gtest_prod_util.h"
|
| +#include "base/macros.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/synchronization/waitable_event.h"
|
|
|