Index: trunk/src/chrome/browser/net/net_log_temp_file.cc |
=================================================================== |
--- trunk/src/chrome/browser/net/net_log_temp_file.cc (revision 239399) |
+++ trunk/src/chrome/browser/net/net_log_temp_file.cc (working copy) |
@@ -96,7 +96,7 @@ |
// Try to make sure we can create the file. |
// TODO(rtenneti): Find a better for doing the following. Surface some error |
// to the user if we couldn't create the file. |
- FILE* file = base::OpenFile(log_path_, "w"); |
+ FILE* file = file_util::OpenFile(log_path_, "w"); |
if (file == NULL) |
return; |