| Index: content/browser/web_contents/web_contents_view_win.h
|
| diff --git a/content/browser/web_contents/web_contents_view_win.h b/content/browser/web_contents/web_contents_view_win.h
|
| index e5b9cba9611131778864638ca0babb1939b59381..7b0e6c0c622f8263f7325ea9adc8e45d7ff06237 100644
|
| --- a/content/browser/web_contents/web_contents_view_win.h
|
| +++ b/content/browser/web_contents/web_contents_view_win.h
|
| @@ -99,7 +99,7 @@ class CONTENT_EXPORT WebContentsViewWin : public content::WebContentsView,
|
| virtual void GotFocus() OVERRIDE;
|
| virtual void TakeFocus(bool reverse) OVERRIDE;
|
|
|
| - WebContentsImpl* tab_contents() const { return tab_contents_; }
|
| + WebContentsImpl* web_contents() const { return web_contents_; }
|
|
|
| private:
|
| void EndDragging();
|
| @@ -125,7 +125,7 @@ class CONTENT_EXPORT WebContentsViewWin : public content::WebContentsView,
|
| gfx::Size initial_size_;
|
|
|
| // The WebContentsImpl whose contents we display.
|
| - WebContentsImpl* tab_contents_;
|
| + WebContentsImpl* web_contents_;
|
|
|
| RenderWidgetHostViewWin* view_;
|
|
|
|
|