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

Unified Diff: webkit/glue/webkitplatformsupport_impl.h

Issue 13219005: Replace string16 with base::string16 in src/webkit (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 months 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
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.

Powered by Google App Engine
This is Rietveld 408576698