| Index: content/public/browser/web_contents_view_delegate.h
|
| diff --git a/content/public/browser/web_contents_view_delegate.h b/content/public/browser/web_contents_view_delegate.h
|
| index 109f1c1c5174b34660814dbb9f4619194fbb87c7..401638ec59fac72023019161de16fa2a4198282a 100644
|
| --- a/content/public/browser/web_contents_view_delegate.h
|
| +++ b/content/public/browser/web_contents_view_delegate.h
|
| @@ -60,8 +60,8 @@ class CONTENT_EXPORT WebContentsViewDelegate {
|
| ui::FocusStoreGtk* focus_store) = 0;
|
|
|
| // Returns the top widget that contains |view| passed in from WrapView. This
|
| - // is exposed through TabContentsViewGtk::GetNativeView() when a wrapper is
|
| - // supplied to a TabContentsViewGtk.
|
| + // is exposed through WebContentsViewGtk::GetNativeView() when a wrapper is
|
| + // supplied to a WebContentsViewGtk.
|
| virtual gfx::NativeView GetNativeView() const = 0;
|
|
|
| // Handles a focus event from the renderer process.
|
|
|