| Index: webkit/glue/webkitplatformsupport_impl.h
|
| diff --git a/webkit/glue/webkitplatformsupport_impl.h b/webkit/glue/webkitplatformsupport_impl.h
|
| index 0f77447f5714e54ebaf11a629fddbff841509446..3db27061ba719a543ba5ecf0068631ab6e39a551 100644
|
| --- a/webkit/glue/webkitplatformsupport_impl.h
|
| +++ b/webkit/glue/webkitplatformsupport_impl.h
|
| @@ -134,7 +134,7 @@ class WEBKIT_GLUE_EXPORT WebKitPlatformSupportImpl :
|
|
|
| // Gets a localized string given a message id. Returns an empty string if the
|
| // message id is not found.
|
| - virtual string16 GetLocalizedString(int message_id) = 0;
|
| + virtual base::string16 GetLocalizedString(int message_id) = 0;
|
|
|
| // Returns the raw data for a resource. This resource must have been
|
| // specified as BINDATA in the relevant .rc file.
|
|
|