| Index: mojo/services/network/http_connection_impl.cc
|
| diff --git a/mojo/services/network/http_connection_impl.cc b/mojo/services/network/http_connection_impl.cc
|
| index d94034e454fd3cc58c95a5c90e14024950b7d89a..21c2f3767abc6e014c184747da8a7cc155e02a2d 100644
|
| --- a/mojo/services/network/http_connection_impl.cc
|
| +++ b/mojo/services/network/http_connection_impl.cc
|
| @@ -4,6 +4,9 @@
|
|
|
| #include "mojo/services/network/http_connection_impl.h"
|
|
|
| +#include <stddef.h>
|
| +#include <stdint.h>
|
| +
|
| #include <limits>
|
| #include <utility>
|
|
|
| @@ -11,6 +14,7 @@
|
| #include "base/bind_helpers.h"
|
| #include "base/callback.h"
|
| #include "base/logging.h"
|
| +#include "base/macros.h"
|
| #include "base/stl_util.h"
|
| #include "base/strings/string_util.h"
|
| #include "mojo/message_pump/handle_watcher.h"
|
|
|