| Index: chrome/test/automated_ui_tests/automated_ui_tests.h
|
| ===================================================================
|
| --- chrome/test/automated_ui_tests/automated_ui_tests.h (revision 13750)
|
| +++ chrome/test/automated_ui_tests/automated_ui_tests.h (working copy)
|
| @@ -104,10 +104,6 @@
|
| #include "chrome/test/automated_ui_tests/automated_ui_test_base.h"
|
| #include "chrome/test/ui/ui_test.h"
|
|
|
| -namespace base {
|
| -class Time;
|
| -}
|
| -
|
| class AutomatedUITest : public AutomatedUITestBase {
|
| protected:
|
| AutomatedUITest();
|
| @@ -460,7 +456,7 @@
|
| XmlWriter xml_writer_;
|
|
|
| // Time the test was started. Used to find crash dumps.
|
| - base::Time test_start_time_;
|
| + FILETIME test_start_time_;
|
|
|
| // Number of times the browser has crashed during this run.
|
| // Used to check for new crashes.
|
|
|