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

Unified Diff: chrome/browser/diagnostics/diagnostics_controller_unittest.cc

Issue 184563006: Move WriteFile and WriteFileDescriptor from file_util to base namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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/browser/diagnostics/diagnostics_controller_unittest.cc
diff --git a/chrome/browser/diagnostics/diagnostics_controller_unittest.cc b/chrome/browser/diagnostics/diagnostics_controller_unittest.cc
index 0a408bbe463568a43674f53e51490b316b77a0dc..369dde6ac69dcd1cdfbfa4269408145e69591b5f 100644
--- a/chrome/browser/diagnostics/diagnostics_controller_unittest.cc
+++ b/chrome/browser/diagnostics/diagnostics_controller_unittest.cc
@@ -75,7 +75,7 @@ class DiagnosticsControllerTest : public testing::Test {
// Just write some random characters into the file tInvaludUsero "corrupt"
// it.
const char bogus_data[] = "wwZ2uNYNuyUVzFbDm3DL";
- file_util::WriteFile(path, bogus_data, arraysize(bogus_data));
+ base::WriteFile(path, bogus_data, arraysize(bogus_data));
}
scoped_ptr<DiagnosticsModel> model_;
« no previous file with comments | « chrome/browser/devtools/devtools_file_helper.cc ('k') | chrome/browser/download/chrome_download_manager_delegate_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698