| Index: chrome/test/perf/memory_test.cc
|
| diff --git a/chrome/test/perf/memory_test.cc b/chrome/test/perf/memory_test.cc
|
| index 4bf8ee2cbec794fcf7cd5b7c95741f225cbc67de..f3affd7cb07ed6f53321fc114ceaf032535f8f8f 100644
|
| --- a/chrome/test/perf/memory_test.cc
|
| +++ b/chrome/test/perf/memory_test.cc
|
| @@ -238,7 +238,7 @@ class MemoryTest : public UIPerfTest {
|
| return false;
|
| }
|
|
|
| - if (!file_util::CopyDirectory(src_dir, temp_dir_, true)) {
|
| + if (!base::CopyDirectory(src_dir, temp_dir_, true)) {
|
| LOG(ERROR) << "Could not copy temp directory";
|
| return false;
|
| }
|
|
|