summaryrefslogtreecommitdiffstats
path: root/content/public/browser/web_contents_view_delegate.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/public/browser/web_contents_view_delegate.h')
-rw-r--r--content/public/browser/web_contents_view_delegate.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/public/browser/web_contents_view_delegate.h b/content/public/browser/web_contents_view_delegate.h
index 109f1c1..401638e 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.