Index: webkit/glue/user_agent.cc |
diff --git a/webkit/glue/user_agent.cc b/webkit/glue/user_agent.cc |
index 2babb49f56c9769342b7a7bf99aadc8a469e4a15..4867c27d1983fbe49b2d5028b0ae521ce62e21ae 100644 |
--- a/webkit/glue/user_agent.cc |
+++ b/webkit/glue/user_agent.cc |
@@ -52,7 +52,7 @@ std::string BuildOSCpuInfo() { |
} |
#endif |
- StringAppendF( |
+ base::StringAppendF( |
&os_cpu, |
#if defined(OS_WIN) |
"Windows NT %d.%d", |
@@ -102,7 +102,7 @@ void BuildUserAgent(bool mimic_windows, std::string* result) { |
std::string product = GetProductVersion(); |
// Derived from Safari's UA string. |
- StringAppendF( |
+ base::StringAppendF( |
result, |
"Mozilla/5.0 (%s; %c; %s; %s) AppleWebKit/%d.%d" |
" (KHTML, like Gecko) %s Safari/%d.%d", |