| 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 fb27bd5b02e497aefb663be1e714cd0f1e45d837..af8736465dd86ce345ca4ca908c0fca7abc69ea6 100644
|
| --- a/content/browser/renderer_host/render_widget_host_view_aura.h
|
| +++ b/content/browser/renderer_host/render_widget_host_view_aura.h
|
| @@ -363,7 +363,7 @@ class CONTENT_EXPORT RenderWidgetHostViewAura
|
| // Method to indicate if this instance is shutting down or closing.
|
| // TODO(shrikant): Discuss around to see if it makes sense to add this method
|
| // as part of RenderWidgetHostView.
|
| - bool IsClosing() const { return in_shutdown_; };
|
| + bool IsClosing() const { return in_shutdown_; }
|
|
|
| protected:
|
| friend class RenderWidgetHostView;
|
|
|