Index: content/browser/renderer_host/render_widget_host.h |
diff --git a/content/browser/renderer_host/render_widget_host.h b/content/browser/renderer_host/render_widget_host.h |
index 1bf0ca78599650d3402b5bb6e94f1d4fe6c911e6..49b7129bb52557c318efc86cf0283f07e378217c 100644 |
--- a/content/browser/renderer_host/render_widget_host.h |
+++ b/content/browser/renderer_host/render_widget_host.h |
@@ -372,7 +372,7 @@ class RenderWidgetHost : public IPC::Channel::Listener, |
// Notification that the user has made some kind of input that could |
// perform an action. See OnUserGesture for more details. |
void StartUserGesture(); |
- |
+ |
protected: |
// Internal implementation of the public Forward*Event() methods. |
void ForwardInputEvent(const WebKit::WebInputEvent& input_event, |