| 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 c948ffd2b0cc8f41ce58cce300f5fcb8818952ae..331d8fa75131002f8f2aa4db3ce393f56d004674 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;
|
|
|