| Index: content/browser/tab_contents/tab_contents_view_win.cc
|
| diff --git a/content/browser/tab_contents/tab_contents_view_win.cc b/content/browser/tab_contents/tab_contents_view_win.cc
|
| index 91d0e5e66d8a6c97c67f04f1e037d4ba80a18af6..e2678a5d0790f78a1b6db6f6c4329d09d563efd4 100644
|
| --- a/content/browser/tab_contents/tab_contents_view_win.cc
|
| +++ b/content/browser/tab_contents/tab_contents_view_win.cc
|
| @@ -74,7 +74,7 @@ void TabContentsViewWin::CreateView(const gfx::Size& initial_size) {
|
| }
|
|
|
| RenderWidgetHostView* TabContentsViewWin::CreateViewForWidget(
|
| - RenderWidgetHost* render_widget_host) {
|
| + content::RenderWidgetHost* render_widget_host) {
|
| if (render_widget_host->GetView()) {
|
| // During testing, the view will already be set up in most cases to the
|
| // test view, so we don't want to clobber it with a real one. To verify that
|
| @@ -142,7 +142,7 @@ void TabContentsViewWin::SizeContents(const gfx::Size& size) {
|
| }
|
| }
|
|
|
| -void TabContentsViewWin::RenderViewCreated(RenderViewHost* host) {
|
| +void TabContentsViewWin::RenderViewCreated(content::RenderViewHost* host) {
|
| }
|
|
|
| void TabContentsViewWin::Focus() {
|
|
|