| Index: content/public/common/content_client.h
|
| diff --git a/content/public/common/content_client.h b/content/public/common/content_client.h
|
| index e2e0c73a08f8afe1bef63eaf675a68f034d087aa..1695656e891feb41918cb34c0b7e678361ae6b28 100644
|
| --- a/content/public/common/content_client.h
|
| +++ b/content/public/common/content_client.h
|
| @@ -118,7 +118,7 @@ class CONTENT_EXPORT ContentClient {
|
| virtual std::string GetUserAgent() const;
|
|
|
| // Returns a string resource given its id.
|
| - virtual string16 GetLocalizedString(int message_id) const;
|
| + virtual base::string16 GetLocalizedString(int message_id) const;
|
|
|
| // Return the contents of a resource in a StringPiece given the resource id.
|
| virtual base::StringPiece GetDataResource(
|
|
|