| Index: chrome/test/chromedriver/chrome/chrome_impl.h
|
| diff --git a/chrome/test/chromedriver/chrome/chrome_impl.h b/chrome/test/chromedriver/chrome/chrome_impl.h
|
| index 17efffd09b7e5b059cac179ff5c4dc896510280b..a7817f1fe12a1aca4e6e4782fe628bda398d30ae 100644
|
| --- a/chrome/test/chromedriver/chrome/chrome_impl.h
|
| +++ b/chrome/test/chromedriver/chrome/chrome_impl.h
|
| @@ -14,17 +14,14 @@
|
| #include "base/memory/scoped_vector.h"
|
| #include "chrome/test/chromedriver/chrome/chrome.h"
|
|
|
| -class AutomationExtension;
|
| struct BrowserInfo;
|
| class DevToolsClient;
|
| class DevToolsEventListener;
|
| class DevToolsHttpClient;
|
| -class JavaScriptDialogManager;
|
| class PortReservation;
|
| class Status;
|
| class WebView;
|
| class WebViewImpl;
|
| -struct WebViewInfo;
|
| class WebViewsInfo;
|
|
|
| class ChromeImpl : public Chrome {
|
|
|