| Index: net/log/test_net_log.h
|
| diff --git a/net/log/test_net_log.h b/net/log/test_net_log.h
|
| index 7dc301147364e6d8e5039689cb3c62c6008602ad..3605a9c89e7a940d67f76bde235a6fb93261cbc0 100644
|
| --- a/net/log/test_net_log.h
|
| +++ b/net/log/test_net_log.h
|
| @@ -5,11 +5,13 @@
|
| #ifndef NET_LOG_TEST_NET_LOG_H_
|
| #define NET_LOG_TEST_NET_LOG_H_
|
|
|
| +#include <stddef.h>
|
| +
|
| #include <string>
|
| #include <vector>
|
|
|
| -#include "base/basictypes.h"
|
| #include "base/compiler_specific.h"
|
| +#include "base/macros.h"
|
| #include "net/log/net_log.h"
|
| #include "net/log/test_net_log_entry.h"
|
|
|
|
|