| Index: net/base/upload_data_stream.h
|
| diff --git a/net/base/upload_data_stream.h b/net/base/upload_data_stream.h
|
| index ebb20af166c5a524c15750a958853e34a7998ac2..2d06b44762dfac8999942f91798634cd04f846cf 100644
|
| --- a/net/base/upload_data_stream.h
|
| +++ b/net/base/upload_data_stream.h
|
| @@ -5,9 +5,10 @@
|
| #ifndef NET_BASE_UPLOAD_DATA_STREAM_H_
|
| #define NET_BASE_UPLOAD_DATA_STREAM_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| #include <vector>
|
|
|
| -#include "base/basictypes.h"
|
| #include "base/macros.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "net/base/completion_callback.h"
|
|
|