| 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 54f9d6681c5d4d62f66c58cb72e1674181c1c1fc..23cbd68583bdf0208462bdd4d0b5f2c50479e766 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);
|
| - file_util::Delete(file_path, false);
|
| + base::Delete(file_path, false);
|
| }
|
|
|
| // Called upon completion of |WriteDebugLogToFile|. Closes file
|
|
|