summaryrefslogtreecommitdiffstats
path: root/chrome_frame/html_utils.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome_frame/html_utils.cc')
-rw-r--r--chrome_frame/html_utils.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome_frame/html_utils.cc b/chrome_frame/html_utils.cc
index afe4378..7e41210 100644
--- a/chrome_frame/html_utils.cc
+++ b/chrome_frame/html_utils.cc
@@ -9,6 +9,7 @@
#include "base/string_util.h"
#include "base/string_tokenizer.h"
+#include "base/stringprintf.h"
#include "chrome_frame/utils.h"
#include "net/base/net_util.h"
#include "webkit/glue/user_agent.h"
@@ -365,7 +366,7 @@ std::string GetDefaultUserAgent() {
}
if (FAILED(hr)) {
- NOTREACHED() << StringPrintf("ObtainUserAgentString==0x%08X", hr);
+ NOTREACHED() << base::StringPrintf("ObtainUserAgentString==0x%08X", hr);
return std::string();
}