| Index: content/browser/devtools/devtools_http_handler_impl.cc
|
| diff --git a/content/browser/devtools/devtools_http_handler_impl.cc b/content/browser/devtools/devtools_http_handler_impl.cc
|
| index cc07f0a7fbe86198a2a306177f1a64c571135e97..694f5283cb793a6fc1579d6afdc2b03af6aa87e5 100644
|
| --- a/content/browser/devtools/devtools_http_handler_impl.cc
|
| +++ b/content/browser/devtools/devtools_http_handler_impl.cc
|
| @@ -38,13 +38,13 @@
|
| #include "content/public/browser/render_view_host.h"
|
| #include "content/public/common/content_client.h"
|
| #include "content/public/common/url_constants.h"
|
| -#include "googleurl/src/gurl.h"
|
| #include "grit/devtools_resources_map.h"
|
| #include "net/base/escape.h"
|
| #include "net/base/io_buffer.h"
|
| #include "net/base/ip_endpoint.h"
|
| #include "net/server/http_server_request_info.h"
|
| #include "ui/base/layout.h"
|
| +#include "url/gurl.h"
|
| #include "webkit/common/user_agent/user_agent.h"
|
| #include "webkit/common/user_agent/user_agent_util.h"
|
|
|
|
|