| Index: chrome/test/webdriver/automation.h
|
| diff --git a/chrome/test/webdriver/automation.h b/chrome/test/webdriver/automation.h
|
| index 4bf8758c69d88b9a2c1cade6e6122d7b4079e9eb..10ab4a1340c54134aeb5acde961a8488d55939ef 100644
|
| --- a/chrome/test/webdriver/automation.h
|
| +++ b/chrome/test/webdriver/automation.h
|
| @@ -10,8 +10,6 @@
|
| #include "base/task.h"
|
| #include "base/ref_counted.h"
|
| #include "base/scoped_temp_dir.h"
|
| -#include "chrome/test/automation/browser_proxy.h"
|
| -#include "chrome/test/automation/tab_proxy.h"
|
| #include "chrome/test/ui/ui_test.h"
|
|
|
| namespace webdriver {
|
| @@ -22,7 +20,8 @@ namespace webdriver {
|
| // http://code.google.com/p/chromium/issues/detail?id=56865
|
| class Automation : private UITestBase {
|
| public:
|
| - Automation() {}
|
| + Automation();
|
| + virtual ~Automation();
|
|
|
| // Creates a browser.
|
| void Init(bool* success);
|
|
|