summaryrefslogtreecommitdiffstats
path: root/content/browser/debugger/devtools_http_protocol_handler.cc
diff options
context:
space:
mode:
Diffstat (limited to 'content/browser/debugger/devtools_http_protocol_handler.cc')
-rw-r--r--content/browser/debugger/devtools_http_protocol_handler.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/content/browser/debugger/devtools_http_protocol_handler.cc b/content/browser/debugger/devtools_http_protocol_handler.cc
index 9117ee6..c16659c 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 {