| Index: content/browser/tab_contents/tab_contents_view_win.h
|
| ===================================================================
|
| --- content/browser/tab_contents/tab_contents_view_win.h (revision 126521)
|
| +++ content/browser/tab_contents/tab_contents_view_win.h (working copy)
|
| @@ -20,7 +20,7 @@
|
| class WebContentsDragWin;
|
|
|
| namespace content {
|
| -class WebContentsViewWinDelegate;
|
| +class WebContentsViewDelegate;
|
| }
|
|
|
| // An implementation of WebContentsView for Windows.
|
| @@ -29,7 +29,7 @@
|
| public:
|
| // TODO(jam): make this take a TabContents once it's created from content.
|
| TabContentsViewWin(content::WebContents* web_contents,
|
| - content::WebContentsViewWinDelegate* delegate);
|
| + content::WebContentsViewDelegate* delegate);
|
| virtual ~TabContentsViewWin();
|
|
|
| BEGIN_MSG_MAP_EX(TabContentsViewWin)
|
| @@ -130,7 +130,7 @@
|
|
|
| RenderWidgetHostViewWin* view_;
|
|
|
| - scoped_ptr<content::WebContentsViewWinDelegate> delegate_;
|
| + scoped_ptr<content::WebContentsViewDelegate> delegate_;
|
|
|
| // The helper object that handles drag destination related interactions with
|
| // Windows.
|
|
|