| 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 c3c5d4c7605f866d51c2cf8699cb340e1f9cd1d8..ff0e6ef9c687c6fd6f49e85344ca37c11b2c585c 100644
|
| --- a/chrome_frame/test/chrome_frame_test_utils.cc
|
| +++ b/chrome_frame/test/chrome_frame_test_utils.cc
|
| @@ -706,7 +706,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");
|
| - base::Delete(session_history_path, true);
|
| + base::DeleteFile(session_history_path, true);
|
| }
|
|
|
| std::string GetLocalIPv4Address() {
|
|
|