| Index: content/browser/renderer_host/render_widget_host_view_android.h
|
| diff --git a/content/browser/renderer_host/render_widget_host_view_android.h b/content/browser/renderer_host/render_widget_host_view_android.h
|
| index c01120ffa9a09f4dd85d0b58f33c7eddc6462112..537b87b6158135c700f898dccaeb4fc53b428274 100644
|
| --- a/content/browser/renderer_host/render_widget_host_view_android.h
|
| +++ b/content/browser/renderer_host/render_widget_host_view_android.h
|
| @@ -112,8 +112,8 @@ class RenderWidgetHostViewAndroid
|
| virtual void RenderProcessGone(base::TerminationStatus status,
|
| int error_code) OVERRIDE;
|
| virtual void Destroy() OVERRIDE;
|
| - virtual void SetTooltipText(const string16& tooltip_text) OVERRIDE;
|
| - virtual void SelectionChanged(const string16& text,
|
| + virtual void SetTooltipText(const base::string16& tooltip_text) OVERRIDE;
|
| + virtual void SelectionChanged(const base::string16& text,
|
| size_t offset,
|
| const gfx::Range& range) OVERRIDE;
|
| virtual void SelectionBoundsChanged(
|
|
|