| Index: chrome/browser/extensions/extension_devtools_browsertests.cc
|
| diff --git a/chrome/browser/extensions/extension_devtools_browsertests.cc b/chrome/browser/extensions/extension_devtools_browsertests.cc
|
| index c21a2806c67d87bfb490c2935f4aa8c255e97a17..c6f5477bd6b5a80651bee6b2b29bf1d804b452cf 100644
|
| --- a/chrome/browser/extensions/extension_devtools_browsertests.cc
|
| +++ b/chrome/browser/extensions/extension_devtools_browsertests.cc
|
| @@ -31,6 +31,7 @@ using content::DevToolsAgentHostRegistry;
|
| using content::DevToolsClientHost;
|
| using content::DevToolsManager;
|
| using content::WebContents;
|
| +using extensions::ExtensionHost;
|
|
|
| // Looks for an background ExtensionHost whose URL has the given path component
|
| // (including leading slash). Also verifies that the expected number of hosts
|
|
|