From 85786f935163dd4c46dc2931111189e8d119d4d8 Mon Sep 17 00:00:00 2001 From: "erikkay@google.com" Date: Sat, 18 Apr 2009 00:42:48 +0000 Subject: Retrial of the first step to port file_util::CountFilesCreatedAfter() Submitting http://codereview.chromium.org/75033 on behalf of hamaji Review URL: http://codereview.chromium.org/67276 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13993 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/test/ui/ui_test.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'chrome/test/ui/ui_test.h') diff --git a/chrome/test/ui/ui_test.h b/chrome/test/ui/ui_test.h index 0fad7a1..3b37b98 100644 --- a/chrome/test/ui/ui_test.h +++ b/chrome/test/ui/ui_test.h @@ -444,13 +444,8 @@ class UITest : public testing::Test { bool enable_file_cookies_; // Enable file cookies, default is true. private: -#if defined(OS_WIN) - // TODO(port): make this use base::Time instead. It would seem easy, but - // the code also depends on file_util::CountFilesCreatedAfter which hasn't - // yet been made portable. - FILETIME test_start_time_; // Time the test was started + base::Time test_start_time_; // Time the test was started // (so we can check for new crash dumps) -#endif static bool no_sandbox_; static bool safe_plugins_; static bool full_memory_dump_; // If true, write full memory dump -- cgit v1.1