summaryrefslogtreecommitdiffstats
path: root/chromium/ui/views/controls/prefix_delegate.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/ui/views/controls/prefix_delegate.h')
-rw-r--r--chromium/ui/views/controls/prefix_delegate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/ui/views/controls/prefix_delegate.h b/chromium/ui/views/controls/prefix_delegate.h
index 41d30d43cc8..07d85989f0e 100644
--- a/chromium/ui/views/controls/prefix_delegate.h
+++ b/chromium/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() {}