summaryrefslogtreecommitdiffstats
path: root/content/shell/common/shell_content_client.cc
diff options
context:
space:
mode:
Diffstat (limited to 'content/shell/common/shell_content_client.cc')
-rw-r--r--content/shell/common/shell_content_client.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/shell/common/shell_content_client.cc b/content/shell/common/shell_content_client.cc
index 495ad85..8cb0f88 100644
--- a/content/shell/common/shell_content_client.cc
+++ b/content/shell/common/shell_content_client.cc
@@ -29,7 +29,7 @@ std::string ShellContentClient::GetUserAgent() const {
return webkit_glue::BuildUserAgentFromProduct(product);
}
-string16 ShellContentClient::GetLocalizedString(int message_id) const {
+base::string16 ShellContentClient::GetLocalizedString(int message_id) const {
if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree)) {
switch (message_id) {
case IDS_FORM_OTHER_DATE_LABEL: