Index: chrome_frame/test/reliability/page_load_test.cc |
diff --git a/chrome_frame/test/reliability/page_load_test.cc b/chrome_frame/test/reliability/page_load_test.cc |
index 101af0a7b46857c782c970fe6d57c041314f67f8..ffc419777e5f1a268b79fcb26e530a3c2234c08c 100644 |
--- a/chrome_frame/test/reliability/page_load_test.cc |
+++ b/chrome_frame/test/reliability/page_load_test.cc |
@@ -369,7 +369,7 @@ class PageLoadTest : public testing::Test { |
if (!log_path.empty()) { |
base::FilePath saved_log_file_path = |
ConstructSavedDebugLogPath(log_path, index); |
- if (file_util::Move(log_path, saved_log_file_path)) { |
+ if (base::Move(log_path, saved_log_file_path)) { |
log_file << " " << log_id << "=" << saved_log_file_path.value(); |
} |
} |