| Index: cloud_print/gcp20/prototype/print_job_handler.cc
|
| diff --git a/cloud_print/gcp20/prototype/print_job_handler.cc b/cloud_print/gcp20/prototype/print_job_handler.cc
|
| index 2d46db94fe433f23df72ac5ddbbae877fc19d78f..2f968e43e2a63485eb8806a67430596670106593 100644
|
| --- a/cloud_print/gcp20/prototype/print_job_handler.cc
|
| +++ b/cloud_print/gcp20/prototype/print_job_handler.cc
|
| @@ -216,7 +216,7 @@ bool PrintJobHandler::SavePrintJob(const std::string& content,
|
| base::FilePath directory(kJobsPath);
|
|
|
| if (!base::DirectoryExists(directory) &&
|
| - !file_util::CreateDirectory(directory)) {
|
| + !base::CreateDirectory(directory)) {
|
| return false;
|
| }
|
|
|
|
|