Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1184)

Unified Diff: content/public/common/content_client.h

Issue 102593002: Convert string16 to base::string16 in content. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/public/browser/worker_service_observer.h ('k') | content/public/common/content_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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(
« no previous file with comments | « content/public/browser/worker_service_observer.h ('k') | content/public/common/content_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698