Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5554)

Unified Diff: chrome/test/automated_ui_tests/automated_ui_tests.h

Issue 73084: Reverting 13748. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « base/file_util_win.cc ('k') | chrome/test/automated_ui_tests/automated_ui_tests.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « base/file_util_win.cc ('k') | chrome/test/automated_ui_tests/automated_ui_tests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698