Index: content/public/browser/web_contents.h |
diff --git a/content/public/browser/web_contents.h b/content/public/browser/web_contents.h |
index 54ba580665eeb5dc905ee044204f21bd4a2abbc7..578b3d84354e5def375028dd3901b218cf2ff299 100644 |
--- a/content/public/browser/web_contents.h |
+++ b/content/public/browser/web_contents.h |
@@ -50,7 +50,7 @@ struct RendererPreferences; |
// Describes what goes in the main content area of a tab. |
class WebContents : public PageNavigator { |
public: |
- // |base_tab_contents| is used if we want to size the new WebContents's view |
+ // |base_web_contents| is used if we want to size the new WebContents's view |
// based on the view of an existing WebContents. This can be NULL if not |
// needed. |
// |