| Index: content/public/browser/render_widget_host_view.h
|
| diff --git a/content/public/browser/render_widget_host_view.h b/content/public/browser/render_widget_host_view.h
|
| index 6caba6d5798b05c05b54d786291d7259673e680b..d815cdfd2b10ac02ace90ebf9c09e49b27508e8d 100644
|
| --- a/content/public/browser/render_widget_host_view.h
|
| +++ b/content/public/browser/render_widget_host_view.h
|
| @@ -105,7 +105,7 @@ class CONTENT_EXPORT RenderWidgetHostView {
|
| virtual void SetShowingContextMenu(bool showing) = 0;
|
|
|
| // Returns the currently selected text.
|
| - virtual string16 GetSelectedText() const = 0;
|
| + virtual base::string16 GetSelectedText() const = 0;
|
|
|
| // Subclasses should override this method to do what is appropriate to set
|
| // the custom background for their platform.
|
|
|