diff options
Diffstat (limited to 'webkit/blob/view_blob_internals_job.cc')
-rw-r--r-- | webkit/blob/view_blob_internals_job.cc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/webkit/blob/view_blob_internals_job.cc b/webkit/blob/view_blob_internals_job.cc index 36463b9..00c3eb3 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 |