| Index: chrome/test/automation/browser_proxy.cc
|
| ===================================================================
|
| --- chrome/test/automation/browser_proxy.cc (revision 3954)
|
| +++ chrome/test/automation/browser_proxy.cc (working copy)
|
| @@ -13,6 +13,9 @@
|
| #include "chrome/test/automation/automation_proxy.h"
|
| #include "chrome/test/automation/tab_proxy.h"
|
|
|
| +using base::TimeDelta;
|
| +using base::TimeTicks;
|
| +
|
| bool BrowserProxy::ActivateTab(int tab_index) {
|
| return ActivateTabWithTimeout(tab_index, INFINITE, NULL);
|
| }
|
|
|