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 557aa2e4629c75983c44a14becabec6f86c17df8..d76114bf7dc39b892648892f1f08540bad11627a 100644 |
--- a/cloud_print/gcp20/prototype/print_job_handler.cc |
+++ b/cloud_print/gcp20/prototype/print_job_handler.cc |
@@ -35,7 +35,7 @@ bool ValidateTicket(const std::string& ticket) { |
} |
std::string GenerateId() { |
- return base::StringToLowerASCII(base::GenerateGUID()); |
+ return base::ToLowerASCII(base::GenerateGUID()); |
} |
} // namespace |