| Index: remoting/jingle_glue/chromium_port_allocator.cc
|
| diff --git a/remoting/jingle_glue/chromium_port_allocator.cc b/remoting/jingle_glue/chromium_port_allocator.cc
|
| index 43f421070806bdc439d22c524eeb3340b04daef3..1ee6fe40e091819b6ac9591d2278626a1a8f4c34 100644
|
| --- a/remoting/jingle_glue/chromium_port_allocator.cc
|
| +++ b/remoting/jingle_glue/chromium_port_allocator.cc
|
| @@ -7,13 +7,13 @@
|
| #include "base/bind.h"
|
| #include "base/stl_util.h"
|
| #include "base/strings/string_number_conversions.h"
|
| -#include "googleurl/src/gurl.h"
|
| #include "net/http/http_status_code.h"
|
| #include "net/url_request/url_fetcher.h"
|
| #include "net/url_request/url_fetcher_delegate.h"
|
| #include "net/url_request/url_request_context_getter.h"
|
| #include "remoting/jingle_glue/chromium_socket_factory.h"
|
| #include "remoting/jingle_glue/network_settings.h"
|
| +#include "url/gurl.h"
|
|
|
| namespace remoting {
|
|
|
|
|