| Index: content/browser/devtools/render_frame_devtools_agent_host.cc
|
| diff --git a/content/browser/devtools/render_frame_devtools_agent_host.cc b/content/browser/devtools/render_frame_devtools_agent_host.cc
|
| index 7f1b5f0ae4bd8dce8d5952eaebfc590a01d9498a..eb271966dcf49c4b308e9fb04b42a4cb10b071f4 100644
|
| --- a/content/browser/devtools/render_frame_devtools_agent_host.cc
|
| +++ b/content/browser/devtools/render_frame_devtools_agent_host.cc
|
| @@ -4,9 +4,9 @@
|
|
|
| #include "content/browser/devtools/render_frame_devtools_agent_host.h"
|
|
|
| -#include "base/basictypes.h"
|
| #include "base/lazy_instance.h"
|
| #include "base/strings/utf_string_conversions.h"
|
| +#include "build/build_config.h"
|
| #include "content/browser/child_process_security_policy_impl.h"
|
| #include "content/browser/devtools/devtools_frame_trace_recorder.h"
|
| #include "content/browser/devtools/devtools_protocol_handler.h"
|
|
|