| Index: content/browser/tab_contents/tab_contents_view_gtk.cc
|
| diff --git a/content/browser/tab_contents/tab_contents_view_gtk.cc b/content/browser/tab_contents/tab_contents_view_gtk.cc
|
| index 0b2724aed3ec9eaeb5d407c1b35f607bf9a3a718..15e9bb44a53ba621406ddd9a8b54c5e58523ceaa 100644
|
| --- a/content/browser/tab_contents/tab_contents_view_gtk.cc
|
| +++ b/content/browser/tab_contents/tab_contents_view_gtk.cc
|
| @@ -30,6 +30,7 @@
|
|
|
| using WebKit::WebDragOperation;
|
| using WebKit::WebDragOperationsMask;
|
| +using content::RenderWidgetHost;
|
| using content::WebContents;
|
|
|
| namespace {
|
| @@ -203,7 +204,7 @@ void TabContentsViewGtk::SizeContents(const gfx::Size& size) {
|
| rwhv->SetSize(size);
|
| }
|
|
|
| -void TabContentsViewGtk::RenderViewCreated(RenderViewHost* host) {
|
| +void TabContentsViewGtk::RenderViewCreated(content::RenderViewHost* host) {
|
| }
|
|
|
| void TabContentsViewGtk::Focus() {
|
|
|