Index: content/child/webkitplatformsupport_impl.cc |
diff --git a/content/child/webkitplatformsupport_impl.cc b/content/child/webkitplatformsupport_impl.cc |
index e474aa96eb998026e25ef9ac86eeacf427cc7ec1..5b8cc79ac49a208135203c39519a80f2e4faae14 100644 |
--- a/content/child/webkitplatformsupport_impl.cc |
+++ b/content/child/webkitplatformsupport_impl.cc |
@@ -17,7 +17,7 @@ WebKitPlatformSupportImpl::WebKitPlatformSupportImpl() { |
WebKitPlatformSupportImpl::~WebKitPlatformSupportImpl() { |
} |
-string16 WebKitPlatformSupportImpl::GetLocalizedString(int message_id) { |
+base::string16 WebKitPlatformSupportImpl::GetLocalizedString(int message_id) { |
return GetContentClient()->GetLocalizedString(message_id); |
} |