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

Unified Diff: trunk/src/chrome/browser/chromeos/login/parallel_authenticator_unittest.cc

Issue 100923007: Revert 239400 "Revert 239280 "Move more file_util functions to b..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years 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: trunk/src/chrome/browser/chromeos/login/parallel_authenticator_unittest.cc
===================================================================
--- trunk/src/chrome/browser/chromeos/login/parallel_authenticator_unittest.cc (revision 239400)
+++ trunk/src/chrome/browser/chromeos/login/parallel_authenticator_unittest.cc (working copy)
@@ -98,7 +98,7 @@
FILE* tmp_file = base::CreateAndOpenTemporaryFile(&out);
EXPECT_NE(tmp_file, static_cast<FILE*>(NULL));
EXPECT_EQ(file_util::WriteFile(out, data, data_len), data_len);
- EXPECT_TRUE(file_util::CloseFile(tmp_file));
+ EXPECT_TRUE(base::CloseFile(tmp_file));
return out;
}
« no previous file with comments | « trunk/src/chrome/browser/chromeos/drive/file_cache.cc ('k') | trunk/src/chrome/browser/chromeos/login/startup_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698