| Index: chrome/test/perf/generate_profile.cc
|
| diff --git a/chrome/test/perf/generate_profile.cc b/chrome/test/perf/generate_profile.cc
|
| index b3fcf66c9ab7dd861a305dea66099cd4c7edfb4b..70debd57bea9396a4bf29fc97b3f6889019010ff 100644
|
| --- a/chrome/test/perf/generate_profile.cc
|
| +++ b/chrome/test/perf/generate_profile.cc
|
| @@ -205,7 +205,7 @@ void InsertURLBatch(Profile* profile,
|
| bool GenerateProfile(GenerateProfileTypes types,
|
| int url_count,
|
| const base::FilePath& dst_dir) {
|
| - if (!file_util::CreateDirectory(dst_dir)) {
|
| + if (!base::CreateDirectory(dst_dir)) {
|
| PLOG(ERROR) << "Unable to create directory " << dst_dir.value().c_str();
|
| return false;
|
| }
|
|
|