Index: content/browser/devtools/devtools_frontend_host.cc |
diff --git a/content/browser/devtools/devtools_frontend_host.cc b/content/browser/devtools/devtools_frontend_host.cc |
old mode 100644 |
new mode 100755 |
index bfa623a140ea327a4f9ae13ff57bf31dd0d0b8f6..b9199cf651a8172c8902ef5a3a3a427baca8eb61 |
--- a/content/browser/devtools/devtools_frontend_host.cc |
+++ b/content/browser/devtools/devtools_frontend_host.cc |
@@ -8,6 +8,7 @@ |
#include "content/browser/renderer_host/render_view_host_impl.h" |
#include "content/browser/web_contents/web_contents_impl.h" |
#include "content/common/devtools_messages.h" |
+#include "content/public/browser/browser_thread.h" |
#include "content/public/browser/devtools_client_host.h" |
#include "content/public/browser/devtools_frontend_host_delegate.h" |
@@ -93,4 +94,6 @@ void DevToolsFrontendHost::OnDispatchOnEmbedder( |
delegate_->DispatchOnEmbedder(message); |
} |
+ |
+ |
} // namespace content |