Index: webkit/blob/view_blob_internals_job.cc |
diff --git a/webkit/blob/view_blob_internals_job.cc b/webkit/blob/view_blob_internals_job.cc |
index 36463b99c17744e2c5e3efacdeaa7e52853713c5..00c3eb3dc6d126ccf87a88ac47cfee6bef413a7c 100644 |
--- a/webkit/blob/view_blob_internals_job.cc |
+++ b/webkit/blob/view_blob_internals_job.cc |
@@ -88,11 +88,11 @@ void AddHTMLListItem(const std::string& element_title, |
void AddHTMLButton(const std::string& title, |
const std::string& command, |
std::string* out) { |
- StringAppendF(out, |
- "<input type=\"button\" value=\"%s\" " |
- "onclick=\"SubmitCommand('%s')\" />", |
- title.c_str(), |
- command.c_str()); |
+ base::StringAppendF(out, |
+ "<input type=\"button\" value=\"%s\" " |
+ "onclick=\"SubmitCommand('%s')\" />", |
+ title.c_str(), |
+ command.c_str()); |
} |
} // namespace |