summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chrome/renderer/translate_helper.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/renderer/translate_helper.h b/chrome/renderer/translate_helper.h
index 4636fa1..54a4706 100644
--- a/chrome/renderer/translate_helper.h
+++ b/chrome/renderer/translate_helper.h
@@ -12,7 +12,6 @@
#include "chrome/common/translate_errors.h"
#include "content/renderer/render_view_observer.h"
-class RenderView;
namespace WebKit {
class WebDocument;
class WebFrame;
@@ -118,9 +117,6 @@ class TranslateHelper : public RenderViewObserver {
// if the page is being closed.
WebKit::WebFrame* GetMainFrame();
- // The RenderView we are performing translations for.
- RenderView* render_view_;
-
// The states associated with the current translation.
bool translation_pending_;
int page_id_;