| Index: net/proxy/proxy_script_decider.h
|
| diff --git a/net/proxy/proxy_script_decider.h b/net/proxy/proxy_script_decider.h
|
| index cf5edff54f43f00c613b524c1c07e17a4417cc5f..60cb24b08061db896c44c4fb52494223ad038b7e 100644
|
| --- a/net/proxy/proxy_script_decider.h
|
| +++ b/net/proxy/proxy_script_decider.h
|
| @@ -5,9 +5,12 @@
|
| #ifndef NET_PROXY_PROXY_SCRIPT_DECIDER_H_
|
| #define NET_PROXY_PROXY_SCRIPT_DECIDER_H_
|
|
|
| +#include <stddef.h>
|
| +
|
| #include <string>
|
| #include <vector>
|
|
|
| +#include "base/macros.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "base/strings/string16.h"
|
| #include "base/time/time.h"
|
|
|