Index: chrome/test/automation/automation_proxy.cc |
=================================================================== |
--- chrome/test/automation/automation_proxy.cc (revision 3954) |
+++ chrome/test/automation/automation_proxy.cc (working copy) |
@@ -16,6 +16,9 @@ |
#include "chrome/test/automation/tab_proxy.h" |
#include "chrome/test/automation/window_proxy.h" |
+using base::TimeDelta; |
+using base::TimeTicks; |
+ |
// This class exists to group together the data and functionality used for |
// synchronous automation requests. |
class AutomationRequest : |
@@ -556,4 +559,3 @@ |
delete response; |
return tab_proxy; |
} |
- |