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

Unified Diff: chrome/test/ui/ui_test.cc

Issue 3347005: Moving file_util::FileInfo to base::PlatformFileInfo, and adding the... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 4 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
Index: chrome/test/ui/ui_test.cc
===================================================================
--- chrome/test/ui/ui_test.cc (revision 58317)
+++ chrome/test/ui/ui_test.cc (working copy)
@@ -1043,7 +1043,7 @@
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 @@
// hosed if we hit those errors.
return new AutomationProxy(execution_timeout, true);
}
-

Powered by Google App Engine
This is Rietveld 408576698