| Index: chrome_frame/test/chrome_frame_test_utils.cc
|
| diff --git a/chrome_frame/test/chrome_frame_test_utils.cc b/chrome_frame/test/chrome_frame_test_utils.cc
|
| index 40f4c1a72b89cb650aa5497e51fc789b60169d11..80db1b3c4abb448880898b45cfec156637884313 100644
|
| --- a/chrome_frame/test/chrome_frame_test_utils.cc
|
| +++ b/chrome_frame/test/chrome_frame_test_utils.cc
|
| @@ -702,7 +702,7 @@ void ClearIESessionHistory() {
|
| session_history_path = session_history_path.AppendASCII("Microsoft");
|
| session_history_path = session_history_path.AppendASCII("Internet Explorer");
|
| session_history_path = session_history_path.AppendASCII("Recovery");
|
| - file_util::Delete(session_history_path, true);
|
| + base::Delete(session_history_path, true);
|
| }
|
|
|
| std::string GetLocalIPv4Address() {
|
|
|