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 2ea7e245462a8f329f3965b903bd30ab05ac3caa..8dabcfed3ffa22228640164c94e872a12cd9f690 100644 |
--- a/content/browser/renderer_host/render_view_host_impl.h |
+++ b/content/browser/renderer_host/render_view_host_impl.h |
@@ -112,8 +112,6 @@ class ExecuteNotificationObserver : public NotificationObserver { |
// will not be able to traverse pages back and forward. We need to determine |
// if we want to bring that and other functionality down into this object so |
// it can be shared by others. |
-// |
-// TODO(joi): Move to content namespace. |
class CONTENT_EXPORT RenderViewHostImpl |
: public RenderViewHost, |
public RenderWidgetHostImpl { |