| Index: content/browser/tab_contents/web_contents_view_android.h
|
| diff --git a/content/browser/tab_contents/web_contents_view_android.h b/content/browser/tab_contents/web_contents_view_android.h
|
| index f295da39cb6b5720220f0aac82a65981b60dbd48..ce578adec7f39e07e05ff54fc8426c2e79dd74bb 100644
|
| --- a/content/browser/tab_contents/web_contents_view_android.h
|
| +++ b/content/browser/tab_contents/web_contents_view_android.h
|
| @@ -16,7 +16,7 @@ class WebContentsViewAndroid : public content::WebContentsView {
|
| // WebContentsView implementation --------------------------------------------
|
|
|
| virtual void CreateView(const gfx::Size& initial_size) OVERRIDE;
|
| - virtual RenderWidgetHostView* CreateViewForWidget(
|
| + virtual content::RenderWidgetHostView* CreateViewForWidget(
|
| RenderWidgetHost* render_widget_host) OVERRIDE;
|
|
|
| virtual gfx::NativeView GetNativeView() const OVERRIDE;
|
|
|