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

Unified Diff: ui/views/controls/prefix_delegate.h

Issue 117983002: Prefix string16 with base:: in ui/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge 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/message_box_view.cc ('k') | ui/views/controls/prefix_selector.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/controls/prefix_delegate.h
diff --git a/ui/views/controls/prefix_delegate.h b/ui/views/controls/prefix_delegate.h
index 41d30d43cc834cf30f658f3ff9914fe9fecf956a..07d85989f0e83cb73cba8537529d08645d1cb557 100644
--- a/ui/views/controls/prefix_delegate.h
+++ b/ui/views/controls/prefix_delegate.h
@@ -23,7 +23,7 @@ class VIEWS_EXPORT PrefixDelegate : public View {
virtual void SetSelectedRow(int row) = 0;
// Returns the item at the specified row.
- virtual string16 GetTextForRow(int row) = 0;
+ virtual base::string16 GetTextForRow(int row) = 0;
protected:
virtual ~PrefixDelegate() {}
« no previous file with comments | « ui/views/controls/message_box_view.cc ('k') | ui/views/controls/prefix_selector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698