| Index: net/proxy/proxy_script_fetcher_impl.h
|
| diff --git a/net/proxy/proxy_script_fetcher_impl.h b/net/proxy/proxy_script_fetcher_impl.h
|
| index b02c9fc5db7c9679ac78018486c9584e37587dca..fe0bf33d7729db5ddf9498d9bed4c18ec5440190 100644
|
| --- a/net/proxy/proxy_script_fetcher_impl.h
|
| +++ b/net/proxy/proxy_script_fetcher_impl.h
|
| @@ -5,10 +5,12 @@
|
| #ifndef NET_PROXY_PROXY_SCRIPT_FETCHER_IMPL_H_
|
| #define NET_PROXY_PROXY_SCRIPT_FETCHER_IMPL_H_
|
|
|
| +#include <stddef.h>
|
| +
|
| #include <string>
|
|
|
| -#include "base/basictypes.h"
|
| #include "base/compiler_specific.h"
|
| +#include "base/macros.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/memory/weak_ptr.h"
|
|
|