From 2f0193c279b1b40a82a6ad027ec9468272eb25b2 Mon Sep 17 00:00:00 2001 From: "dumi@chromium.org" Date: Fri, 3 Sep 2010 02:28:37 +0000 Subject: Moving file_util::FileInfo to base::PlatformFileInfo, and adding the last_accessed and creation_time fields. BUG=none TEST=none Review URL: http://codereview.chromium.org/3347005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58454 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/test/ui/ui_test.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'chrome/test/ui/ui_test.cc') diff --git a/chrome/test/ui/ui_test.cc b/chrome/test/ui/ui_test.cc index d1bd4c5..738e9af 100644 --- a/chrome/test/ui/ui_test.cc +++ b/chrome/test/ui/ui_test.cc @@ -1043,7 +1043,7 @@ void UITestBase::WaitForGeneratedFileAndCheck( bool need_equal, bool delete_generated_file) { // Check whether the target file has been generated. - file_util::FileInfo previous, current; + base::PlatformFileInfo previous, current; bool exist = false; const int kCycles = 20; for (int i = 0; i < kCycles; ++i) { @@ -1259,4 +1259,3 @@ AutomationProxy* UITest::CreateAutomationProxy(int execution_timeout) { // hosed if we hit those errors. return new AutomationProxy(execution_timeout, true); } - -- cgit v1.1