| 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 965c27e06a01ac0787d7db9fc5ae0660f2862fb7..2d23f5f1af69086314401595ece20aecb271e1fb 100644
|
| --- a/mojo/services/network/http_connection_impl.cc
|
| +++ b/mojo/services/network/http_connection_impl.cc
|
| @@ -13,6 +13,8 @@
|
| #include "base/stl_util.h"
|
| #include "base/strings/string_util.h"
|
| #include "mojo/message_pump/handle_watcher.h"
|
| +#include "mojo/public/cpp/bindings/type_converter.h"
|
| +#include "mojo/public/cpp/system/data_pipe.h"
|
| #include "mojo/services/network/http_server_impl.h"
|
| #include "mojo/services/network/net_adapters.h"
|
| #include "mojo/services/network/public/cpp/web_socket_read_queue.h"
|
| @@ -24,8 +26,6 @@
|
| #include "net/server/http_server.h"
|
| #include "net/server/http_server_request_info.h"
|
| #include "net/server/http_server_response_info.h"
|
| -#include "third_party/mojo/src/mojo/public/cpp/bindings/type_converter.h"
|
| -#include "third_party/mojo/src/mojo/public/cpp/system/data_pipe.h"
|
|
|
| namespace mojo {
|
|
|
|
|