| Index: net/base/elements_upload_data_stream.h
|
| diff --git a/net/base/elements_upload_data_stream.h b/net/base/elements_upload_data_stream.h
|
| index e477329843a78c95a5577f6b2e34b872d965b923..c3221c2c1548b336f266006c64e35d32fc7dcf4d 100644
|
| --- a/net/base/elements_upload_data_stream.h
|
| +++ b/net/base/elements_upload_data_stream.h
|
| @@ -5,9 +5,11 @@
|
| #ifndef NET_BASE_ELEMENTS_UPLOAD_DATA_STREAM_H_
|
| #define NET_BASE_ELEMENTS_UPLOAD_DATA_STREAM_H_
|
|
|
| +#include <stddef.h>
|
| +#include <stdint.h>
|
| +
|
| #include <vector>
|
|
|
| -#include "base/basictypes.h"
|
| #include "base/macros.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/scoped_ptr.h"
|
|
|