| Index: chrome/browser/net/net_log_temp_file_unittest.cc
|
| diff --git a/chrome/browser/net/net_log_temp_file_unittest.cc b/chrome/browser/net/net_log_temp_file_unittest.cc
|
| index 553c820b4c334ed07376ae424abc1fb8507726e8..e77ecc539346accc2a424686078f32f2a0c35a04 100644
|
| --- a/chrome/browser/net/net_log_temp_file_unittest.cc
|
| +++ b/chrome/browser/net/net_log_temp_file_unittest.cc
|
| @@ -79,7 +79,7 @@ class NetLogTempFileTest : public ::testing::Test {
|
|
|
| virtual void TearDown() OVERRIDE {
|
| // Delete the temporary file we have created.
|
| - ASSERT_TRUE(file_util::Delete(net_export_log_, false));
|
| + ASSERT_TRUE(base::Delete(net_export_log_, false));
|
| }
|
|
|
| std::string GetStateString() const {
|
|
|