| 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 83079a93447f0945b954d18034c9cdbfd3bc9649..49fd71ed6c447a1c709f05f9ebed11af5ccd3d90 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 {
|
| @@ -202,7 +203,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() {
|
|
|