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

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

Issue 73075: First step to port file_util::CountFilesCreatedAfter().... (Closed) Base URL: http://src.chromium.org/svn/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 13738)
+++ chrome/test/automated_ui_tests/automated_ui_tests.h (working copy)
@@ -104,6 +104,10 @@
#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();
@@ -456,7 +460,7 @@
XmlWriter xml_writer_;
// Time the test was started. Used to find crash dumps.
- FILETIME test_start_time_;
+ base::Time 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