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

Unified Diff: chrome/tools/safe_browsing/sb_sigutil.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
« no previous file with comments | « chrome/tools/profile_reset/jtl_compiler_frontend.cc ('k') | chrome/utility/extensions/unpacker.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/tools/safe_browsing/sb_sigutil.cc
diff --git a/chrome/tools/safe_browsing/sb_sigutil.cc b/chrome/tools/safe_browsing/sb_sigutil.cc
index 4a6d9db1f350e0d62bf6084564ea18f03edfd04e..4d2f75bf951617d75389df7aa49c70cdf31a4a58 100644
--- a/chrome/tools/safe_browsing/sb_sigutil.cc
+++ b/chrome/tools/safe_browsing/sb_sigutil.cc
@@ -44,7 +44,7 @@ int main(int argc, char* argv[]) {
&signature_info);
std::string serialized_info = signature_info.SerializeAsString();
- int bytes_written = file_util::WriteFile(
+ int bytes_written = base::WriteFile(
cmd_line->GetSwitchValuePath(kOutputFile),
serialized_info.data(),
serialized_info.size());
« no previous file with comments | « chrome/tools/profile_reset/jtl_compiler_frontend.cc ('k') | chrome/utility/extensions/unpacker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698