Index: content/child/webkitplatformsupport_impl.h |
diff --git a/content/child/webkitplatformsupport_impl.h b/content/child/webkitplatformsupport_impl.h |
index e32483b9e44c0a9024f2138ab5bf08f2239c221e..b4d5fc7e4c988512e35d33edffce2076ecaf6476 100644 |
--- a/content/child/webkitplatformsupport_impl.h |
+++ b/content/child/webkitplatformsupport_impl.h |
@@ -22,7 +22,7 @@ class CONTENT_EXPORT WebKitPlatformSupportImpl |
WebKitPlatformSupportImpl(); |
virtual ~WebKitPlatformSupportImpl(); |
- virtual string16 GetLocalizedString(int message_id) OVERRIDE; |
+ virtual base::string16 GetLocalizedString(int message_id) OVERRIDE; |
virtual base::StringPiece GetDataResource( |
int resource_id, |
ui::ScaleFactor scale_factor) OVERRIDE; |