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 31f9ac17f60785b5a20fe5d33d42f3864d82ccd2..5f1a0f1ce4a4cb52e201dfd193571518671fcb5b 100644 |
--- a/chrome_frame/test/perf/chrome_frame_perftest.cc |
+++ b/chrome_frame/test/perf/chrome_frame_perftest.cc |
@@ -1340,7 +1340,7 @@ class EtwPerfSession { |
// To ensure there is no session leftover from crashes, previous runs, etc. |
base::win::EtwTraceProperties ignore; |
base::win::EtwTraceController::Stop(L"cf_perf", &ignore); |
- ASSERT_TRUE(file_util::CreateTemporaryFile(&etl_log_file_)); |
+ ASSERT_TRUE(base::CreateTemporaryFile(&etl_log_file_)); |
ASSERT_HRESULT_SUCCEEDED(controller_.StartFileSession(L"cf_perf", |
etl_log_file_.value().c_str(), false)); |
ASSERT_HRESULT_SUCCEEDED(controller_.EnableProvider( |