| Index: chrome/test/reliability/page_load_test.cc
|
| diff --git a/chrome/test/reliability/page_load_test.cc b/chrome/test/reliability/page_load_test.cc
|
| index be5c9ec363b4cb7e351e78fbb6b85e23bbbbd563..ddbf6eb15564453dc936c8ad01186743682bdb98 100644
|
| --- a/chrome/test/reliability/page_load_test.cc
|
| +++ b/chrome/test/reliability/page_load_test.cc
|
| @@ -660,7 +660,7 @@ class PageLoadTest : public UITest {
|
| 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();
|
| }
|
| }
|
|
|