| Index: content/browser/renderer_host/render_widget_host_view_aura.h
|
| diff --git a/content/browser/renderer_host/render_widget_host_view_aura.h b/content/browser/renderer_host/render_widget_host_view_aura.h
|
| index ab8fcf18e06d95b55aa98d660b8b844604437311..1bff36e0ae9db83e16a26602d909f8da4d66519d 100644
|
| --- a/content/browser/renderer_host/render_widget_host_view_aura.h
|
| +++ b/content/browser/renderer_host/render_widget_host_view_aura.h
|
| @@ -260,7 +260,7 @@ class CONTENT_EXPORT RenderWidgetHostViewAura
|
| virtual void ConfirmCompositionText() OVERRIDE;
|
| virtual void ClearCompositionText() OVERRIDE;
|
| virtual void InsertText(const base::string16& text) OVERRIDE;
|
| - virtual void InsertChar(char16 ch, int flags) OVERRIDE;
|
| + virtual void InsertChar(base::char16 ch, int flags) OVERRIDE;
|
| virtual gfx::NativeWindow GetAttachedWindow() const OVERRIDE;
|
| virtual ui::TextInputType GetTextInputType() const OVERRIDE;
|
| virtual ui::TextInputMode GetTextInputMode() const OVERRIDE;
|
|
|