| Index: content/browser/debugger/devtools_http_protocol_handler.cc
|
| diff --git a/content/browser/debugger/devtools_http_protocol_handler.cc b/content/browser/debugger/devtools_http_protocol_handler.cc
|
| index 9117ee6d0d371239d2240553b859114d4d0ed002..c16659ccb75d432e30bf05c876f9a636805814fd 100644
|
| --- a/content/browser/debugger/devtools_http_protocol_handler.cc
|
| +++ b/content/browser/debugger/devtools_http_protocol_handler.cc
|
| @@ -27,6 +27,8 @@
|
| #include "net/server/http_server_request_info.h"
|
| #include "net/url_request/url_request_context.h"
|
|
|
| +using content::BrowserThread;
|
| +
|
| const int kBufferSize = 16 * 1024;
|
|
|
| namespace {
|
|
|