| Index: net/cookies/parsed_cookie.h
|
| diff --git a/net/cookies/parsed_cookie.h b/net/cookies/parsed_cookie.h
|
| index 029728df1490a6fd37a84d7fc871abe1b0384e65..8317609be5f1d28b5b792773814b63b697517d2a 100644
|
| --- a/net/cookies/parsed_cookie.h
|
| +++ b/net/cookies/parsed_cookie.h
|
| @@ -5,10 +5,12 @@
|
| #ifndef NET_COOKIES_PARSED_COOKIE_H_
|
| #define NET_COOKIES_PARSED_COOKIE_H_
|
|
|
| +#include <stddef.h>
|
| +
|
| #include <string>
|
| #include <vector>
|
|
|
| -#include "base/basictypes.h"
|
| +#include "base/macros.h"
|
| #include "net/base/net_export.h"
|
| #include "net/cookies/cookie_constants.h"
|
|
|
|
|