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

Unified Diff: ui/views/controls/link.cc

Issue 113203004: Fix some string16 -> base::string16 that have crept into ui/. (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 | « ui/views/controls/link.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/controls/link.cc
diff --git a/ui/views/controls/link.cc b/ui/views/controls/link.cc
index e994137999857bd28ed60817b20a5c3616532705..82ed30d10b0e0ea0beb0686853f6b7bbc4676730 100644
--- a/ui/views/controls/link.cc
+++ b/ui/views/controls/link.cc
@@ -172,7 +172,7 @@ void Link::SetFont(const gfx::Font& font) {
RecalculateFont();
}
-void Link::SetText(const string16& text) {
+void Link::SetText(const base::string16& text) {
Label::SetText(text);
// Disable focusability for empty links. Otherwise Label::GetInsets() will
// give them an unconditional 1-px. inset on every side to allow for a focus
« no previous file with comments | « ui/views/controls/link.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698