| Index: chrome/test/webdriver/automation.cc
|
| diff --git a/chrome/test/webdriver/automation.cc b/chrome/test/webdriver/automation.cc
|
| index e0cd968a21c0e14dbfdc822fab49989d6758aa3d..e0afa4d83386f72c2ce93cc23e3c0fe7f8bd8c2b 100644
|
| --- a/chrome/test/webdriver/automation.cc
|
| +++ b/chrome/test/webdriver/automation.cc
|
| @@ -8,11 +8,17 @@
|
| #include "base/logging.h"
|
| #include "base/utf_string_conversions.h"
|
| #include "chrome/common/chrome_switches.h"
|
| +#include "chrome/test/automation/browser_proxy.h"
|
| +#include "chrome/test/automation/tab_proxy.h"
|
| #include "chrome/test/test_launcher_utils.h"
|
| #include "googleurl/src/gurl.h"
|
|
|
| namespace webdriver {
|
|
|
| +Automation::Automation() {}
|
| +
|
| +Automation::~Automation() {}
|
| +
|
| void Automation::Init(bool* success) {
|
| *success = false;
|
|
|
|
|