| Index: chrome_frame/test/perf/chrome_frame_perftest.cc
|
| diff --git a/chrome_frame/test/perf/chrome_frame_perftest.cc b/chrome_frame/test/perf/chrome_frame_perftest.cc
|
| index 6db4e0108e7089999b237c172b2b1c0029473416..04f9a52f6a15ff9cff3c993f79e28c345b276c1c 100644
|
| --- a/chrome_frame/test/perf/chrome_frame_perftest.cc
|
| +++ b/chrome_frame/test/perf/chrome_frame_perftest.cc
|
| @@ -1329,7 +1329,7 @@ class EtwPerfSession {
|
| }
|
|
|
| ~EtwPerfSession() {
|
| - file_util::Delete(etl_log_file_, false);
|
| + base::Delete(etl_log_file_, false);
|
| }
|
|
|
| void Start() {
|
|
|