Index: chrome/browser/devtools/devtools_sanity_browsertest.cc |
diff --git a/chrome/browser/devtools/devtools_sanity_browsertest.cc b/chrome/browser/devtools/devtools_sanity_browsertest.cc |
index 5ae8a2725bf22b08850b36b7b489ddc2f56a039e..c27beff47a6544e20910023173dac5ea12eab741 100644 |
--- a/chrome/browser/devtools/devtools_sanity_browsertest.cc |
+++ b/chrome/browser/devtools/devtools_sanity_browsertest.cc |
@@ -37,9 +37,7 @@ |
#include "content/public/browser/child_process_data.h" |
#include "content/public/browser/content_browser_client.h" |
#include "content/public/browser/devtools_agent_host.h" |
-#include "content/public/browser/devtools_client_host.h" |
#include "content/public/browser/devtools_http_handler.h" |
-#include "content/public/browser/devtools_manager.h" |
#include "content/public/browser/notification_registrar.h" |
#include "content/public/browser/notification_service.h" |
#include "content/public/browser/render_view_host.h" |
@@ -55,7 +53,6 @@ |
#include "net/test/spawned_test_server/spawned_test_server.h" |
using content::BrowserThread; |
-using content::DevToolsManager; |
using content::DevToolsAgentHost; |
using content::NavigationController; |
using content::RenderViewHost; |