| Index: chrome/browser/ui/webui/net_internals/net_internals_ui.cc
|
| diff --git a/chrome/browser/ui/webui/net_internals/net_internals_ui.cc b/chrome/browser/ui/webui/net_internals/net_internals_ui.cc
|
| index 443cdaceace232a08ac4eebf6a772350feb91e74..9adb33feb67103c3908942766312ab89a4288e14 100644
|
| --- a/chrome/browser/ui/webui/net_internals/net_internals_ui.cc
|
| +++ b/chrome/browser/ui/webui/net_internals/net_internals_ui.cc
|
| @@ -323,7 +323,7 @@ void CloseDebugLogFile(PassPlatformFile pass_platform_file) {
|
| void CloseAndDeleteDebugLogFile(PassPlatformFile pass_platform_file,
|
| const base::FilePath& file_path) {
|
| CloseDebugLogFile(pass_platform_file);
|
| - base::Delete(file_path, false);
|
| + base::DeleteFile(file_path, false);
|
| }
|
|
|
| // Called upon completion of |WriteDebugLogToFile|. Closes file
|
|
|