Index: content/browser/renderer_host/render_view_host_impl.h |
diff --git a/content/browser/renderer_host/render_view_host_impl.h b/content/browser/renderer_host/render_view_host_impl.h |
index 958afab295804ff5f296c92a08364e1a61b89b30..9c883fc84feae38a5f935c5ea1dffe5108876465 100644 |
--- a/content/browser/renderer_host/render_view_host_impl.h |
+++ b/content/browser/renderer_host/render_view_host_impl.h |
@@ -126,7 +126,7 @@ class CONTENT_EXPORT RenderViewHostImpl |
// RenderViewHost implementation. |
virtual RenderFrameHost* GetMainFrame() OVERRIDE; |
virtual void AllowBindings(int binding_flags) OVERRIDE; |
- virtual void ClearFocusedNode() OVERRIDE; |
+ virtual void ClearFocusedElement() OVERRIDE; |
virtual void ClosePage() OVERRIDE; |
virtual void CopyImageAt(int x, int y) OVERRIDE; |
virtual void DesktopNotificationPermissionRequestDone( |